summary refs log tree commit diff stats
path: root/php/wd-procedures.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/wd-procedures.php')
-rw-r--r--php/wd-procedures.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/wd-procedures.php b/php/wd-procedures.php
index aa2c563..ab344b6 100644
--- a/php/wd-procedures.php
+++ b/php/wd-procedures.php
@@ -1,6 +1,6 @@
 <?php
 $vdata[0]+=1;
-file_put_contents($dpath.$wsdata[3].'/'.$vid, implode(PHP_EOL, $vdata));
+file_put_contents($dpath.$wsdata[3].'/toc/'.$vid, implode(PHP_EOL, $vdata));
 
 $vdata[1] = date('M j, Y', $vdata[1]);
 $vdata[] = file_get_contents($dpath.$wsdata[3].'/'.$cpath.$vid);