Can someone double check this to see if it's just me?
If someone is trying to upload a file with a disallowed extension, the upload_class.php does not actually upload that file. However, for error reporting purposes, it seems that the value 0 is being passed to function error_text(), and value 11 should be the one getting passed to error_text(). Can someone either verify this or tell me if I'm doing something wrong?