From f92eea258d3274bfe0a98530f4f2425d6aa0d9bf Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Thu, 5 Jun 2014 21:55:11 +0200 Subject: fixed typo --- www/class.files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/class.files.php') 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"]); -- cgit v1.2.3