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 /application/config | |
parent | 05079dd53e6c52925ddbf25bdf948775ee383ef8 (diff) |
Rename config item "error_templates_path" to "error_views_path"
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index 069162097..85d8da08a 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -255,14 +255,14 @@ $config['log_date_format'] = 'Y-m-d H:i:s'; /* |-------------------------------------------------------------------------- -| Error Templates Directory Path +| Error Views Directory Path |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default | application/views/errors/ folder. Use a full server path with trailing slash. | */ -$config['error_templates_path'] = ''; +$config['error_views_path'] = ''; /* |-------------------------------------------------------------------------- |