summaryrefslogtreecommitdiff
path: root/lib/Minz/Error.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Minz/Error.php')
-rw-r--r--lib/Minz/Error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Error.php b/lib/Minz/Error.php
index 1ad0d313c..337ab6c0a 100644
--- a/lib/Minz/Error.php
+++ b/lib/Minz/Error.php
@@ -21,7 +21,7 @@ class Minz_Error {
*/
public static function error ($code = 404, $logs = array (), $redirect = false) {
$logs = self::processLogs ($logs);
- $error_filename = APP_PATH . '/Controllers/ErrorController.php';
+ $error_filename = APP_PATH . '/Controllers/errorController.php';
if (file_exists ($error_filename)) {
$params = array (