diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/class.files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/class.files.php b/www/class.files.php index e512c7a..04c060c 100644 --- a/www/class.files.php +++ b/www/class.files.php @@ -41,7 +41,7 @@ class file { $OwnerId = user_id($GLOBALS["db"], $_GET["name"]); $this->OwnerId = $OwnerId; - if(!$var){ + if(!$val){ return; } else { $FileId = select_file_id($db, $OwnerId, $_GET["folder"]); |
