Author: acydburn
Date: Sun Sep 13 15:31:32 2009
New Revision: 10141
Log:
why am i so dumb sometimes... /me hits myself with the dumbness stick...
regression from r10122
Modified:
branches/phpBB-3_0_0/phpBB/includes/functions_upload.php
Modified: branches/phpBB-3_0_0/phpBB/includes/functions_upload.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/includes/functions_upload.php (original)
--- branches/phpBB-3_0_0/phpBB/includes/functions_upload.php Sun Sep 13 15:31:32 2009
***************
*** 349,355 ****
}
phpbb_chmod($this->destination_file, $chmod);
- return true;
}
// Try to get real filesize from destination folder
--- 349,354 ----
|