This commit is contained in:
Manuel Raynaud
2013-10-21 12:34:31 +02:00
parent 3dcb399d01
commit ee57c7cbcf
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ class ConfigQuery extends BaseConfigQuery {
public static function getPageNotFoundView()
{
return self::read("page_not_found_view", '404');
return self::read("page_not_found_view", '404.html');
}
public static function getPassedUrlView()