diff options
| author | 2014-12-10 21:49:35 +0100 | |
|---|---|---|
| committer | 2014-12-10 21:49:35 +0100 | |
| commit | 50a926d32d85c01169f1aaf8a078dbcf9b852269 (patch) | |
| tree | b59af27c1db50a6e5a1ca3ca03861f965974fd53 /lib | |
| parent | ddc50090b55cd744e24995c872435a3fed7092da (diff) | |
| parent | 0b9fa9896ed3b12b7e0d6300f0122d25d9576aa3 (diff) | |
Merge branch 'dev' into 334-new-i18n
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Error.php b/lib/Minz/Error.php index c8222a430..e5f3dff07 100644 --- a/lib/Minz/Error.php +++ b/lib/Minz/Error.php @@ -19,7 +19,7 @@ class Minz_Error { * > $logs['notice'] * @param $redirect indique s'il faut forcer la redirection (les logs ne seront pas transmis) */ - public static function error ($code = 404, $logs = array (), $redirect = false) { + public static function error ($code = 404, $logs = array (), $redirect = true) { $logs = self::processLogs ($logs); $error_filename = APP_PATH . '/Controllers/errorController.php'; |
