fix issue #35
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user