diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-13 14:31:32 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-13 14:31:32 +0000 |
commit | 3b73584430bd88a655e6ec3cdca3ad56ded95b21 (patch) | |
tree | f1f65f99e941d45c6d7eba734f6da0cbd86c6732 | |
parent | c768cff554212c04c6da254418657faf4eab0b15 (diff) | |
download | forums-3b73584430bd88a655e6ec3cdca3ad56ded95b21.tar forums-3b73584430bd88a655e6ec3cdca3ad56ded95b21.tar.gz forums-3b73584430bd88a655e6ec3cdca3ad56ded95b21.tar.bz2 forums-3b73584430bd88a655e6ec3cdca3ad56ded95b21.tar.xz forums-3b73584430bd88a655e6ec3cdca3ad56ded95b21.zip |
why am i so dumb sometimes... /me hits myself with the dumbness stick...
regression from r10122
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10141 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions_upload.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index a7abb06674..054af29045 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -349,7 +349,6 @@ class filespec } phpbb_chmod($this->destination_file, $chmod); - return true; } // Try to get real filesize from destination folder |