--- lib/ezutils/classes/ezhttpfile.php	2010-12-15 15:51:37.000000000 +0100
+++ lib/ezutils/classes/ezhttpfile.php	2011-08-17 19:08:50.000000000 +0200
@@ -248,7 +248,7 @@
                 return eZHTTPFile::UPLOADEDFILE_DOES_NOT_EXIST;
             }
         }
-        if ( $maxSize === false )
+        if ( $maxSize !== false )
             return eZHTTPFile::UPLOADEDFILE_OK;
         else
             return true;
