diff options
author | vlakoff <vlakoff@gmail.com> | 2014-04-14 14:33:55 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2014-04-14 14:33:55 +0200 |
commit | 511a6b8eb67e34820c1b9446cfc8891b52df90c7 (patch) | |
tree | a688e58e6cc1948522b94d13406d39b2956ca604 /user_guide_src/source | |
parent | 05079dd53e6c52925ddbf25bdf948775ee383ef8 (diff) |
Rename config item "error_templates_path" to "error_views_path"
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 5cee05bba..a4669773f 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -49,7 +49,7 @@ Release Date: Not Released - Updated all classes to be written in PHP 5 style, with visibility declarations and no ``var`` usage for properties. - Moved error templates to *application/views/errors/*. - Added support non-HTML error templates for CLI applications. - - Made error templates path configurable using ``$config['error_templates_path']``. + - Made error templates path configurable using ``$config['error_views_path']``. - Moved the Log class to *application/core/* - Global config files are loaded first, then environment ones. Environment config keys overwrite base ones, allowing to only set the keys we want changed per environment. - Changed detection of ``$view_folder`` so that if it's not found in the current path, it will now also be searched for under the application folder. |