summaryrefslogtreecommitdiff
path: root/public_html/class/vfsdata.php
diff options
context:
space:
mode:
Diffstat (limited to 'public_html/class/vfsdata.php')
-rw-r--r--public_html/class/vfsdata.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/class/vfsdata.php b/public_html/class/vfsdata.php
index 92d9745..05fced6 100644
--- a/public_html/class/vfsdata.php
+++ b/public_html/class/vfsdata.php
@@ -62,7 +62,7 @@ class vfsdata {
$length = $tmp_length;
- for ( $i=0; $i<$length, $i++ ) {
+ for ( $i=0; $i<$length; $i++ ) {
$sql = $vfsdb->prepare("SELECT id, parent FROM files WHERE owner = %d AND parent = %d AND name = %s " . $visibility . ";", $this->userid, $parentdir, $folder[$i]);
$parentdir_db = $vfsdb->doQuery($sql);