Classi per la configurazione upload
Cristiano Magro
2018-01-16 ee1a7b42cf449b82c8f5dc03e6a53f4b94bcc0cc
src/UploadFile/SetupUpload.class.php
@@ -131,7 +131,7 @@
     */
    public function setNumMaxFiles($numero) {
        if (!is_integer($numero) || $numero <= 0) {
            throw new UploadFile_Exc();
            throw new Upload_Exc_Error();
        }
        $this->numMaxFiles = $numero;