diff options
| author | oweissbarth | 2014-06-05 21:55:11 +0200 |
|---|---|---|
| committer | oweissbarth | 2014-06-05 21:55:11 +0200 |
| commit | f92eea258d3274bfe0a98530f4f2425d6aa0d9bf (patch) | |
| tree | 89f0bc188372615b9f3b56b791450dcc57853528 | |
| parent | 550b5a2eb2d9632ced338839a60b848049d855fe (diff) | |
| download | files.iamfabulous.de-f92eea258d3274bfe0a98530f4f2425d6aa0d9bf.tar.gz | |
fixed typo
| -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"]); |
