There's a wrong comment for the valid_content() method.
/**
|
* Check for allowed extension
|
*/
|
function valid_content(&$file)
|
{
|
return ($file->check_content($this->disallowed_content));
|
}
|