diff options
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 4f625b143..9df042f02 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -89,7 +89,7 @@ if ( ! is_php('5.4')) '_COOKIE', 'GLOBALS', 'HTTP_RAW_POST_DATA', - 'system_folder', + 'system_path', 'application_folder', 'view_folder', '_protected', |