This commit is contained in:
Fabien Potencier 2011-07-07 11:07:02 +02:00
parent 9b3c2ca3d3
commit cce2bc59a8

View File

@ -187,7 +187,7 @@ class UploadedFile extends File
*
* @return type The maximum size of an uploaded file in bytes
*/
public static function getMaxFilesize()
static public function getMaxFilesize()
{
$max = trim(ini_get('upload_max_filesize'));