From 675d0c38626353797a53e3457120a1564416f48f Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 25 Jan 2014 22:02:58 +0100 Subject: Corrige bug pages d'erreur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il ne s'agissait que d'un problème de casse :) Voir #391 --- lib/Minz/Error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 ( -- cgit v1.2.3