diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-03-29 14:31:09 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-03-29 14:31:09 +0100 |
commit | cf58d7ec6ad81f6e67192ed04e816805942aa4f9 (patch) | |
tree | 6bc3c94e31ee3ee80ad4f7075d16da8f84edc268 /system/core | |
parent | 3b0c08ac289cf14c86feadf1c836b8b87f61cdbf (diff) | |
parent | 52301c76a9aa202927cade48e7528606d352db54 (diff) |
Merge pull request #2365 from vlakoff/develop
Documentation: fix some outdated paths
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index 10c22375e..efa7a9380 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -359,7 +359,7 @@ if ( ! function_exists('show_error')) * * This function lets us invoke the exception class and * display errors using the standard error template located - * in application/errors/errors.php + * in application/views/errors/error_general.php * This function will send the error page directly to the * browser and exit. * |