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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/php/wd-procedures.php b/php/wd-procedures.php
index 1b8d02d..aa2c563 100644
--- a/php/wd-procedures.php
+++ b/php/wd-procedures.php
@@ -1,7 +1,7 @@
 <?php
 $vdata[0]+=1;
-file_put_contents($dpath.$mdata[3].'/'.$vid, implode(PHP_EOL, $vdata));
+file_put_contents($dpath.$wsdata[3].'/'.$vid, implode(PHP_EOL, $vdata));
 
 $vdata[1] = date('M j, Y', $vdata[1]);
-$vdata[] = file_get_contents($dpath.$mdata[3].'/'.$cpath.$vid);
+$vdata[] = file_get_contents($dpath.$wsdata[3].'/'.$cpath.$vid);
 ?>