[*] CORE : Fix bug #PSCFV-9811 doc on display404Error

This commit is contained in:
gRoussac
2013-07-16 10:50:27 +02:00
parent 3d283000a0
commit d2ff50ddb7
+3
View File
@@ -2127,6 +2127,9 @@ exit;
}
}
/**
* @deprecated as of 1.5 use Controller::getController('PageNotFoundController')->run();
*/
public static function display404Error()
{
header('HTTP/1.1 404 Not Found');