summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-12 12:25:31 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-12 12:25:31 +0200
commitcce918033a99186cd76019d022571a8d9321d899 (patch)
treecce0ad35a918cc7e8cd6c9d54974f16810751455 /system
parent806ca600d3669343ee7ae90a9b5d65be9dfdbefe (diff)
Fix APPPATH
Diffstat (limited to 'system')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index 09e948714..94739c74a 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -668,7 +668,7 @@ class CI_Loader {
* @param bool
* @return void
*/
- public function add_package_path($path, $view_cascade=TRUE)
+ public function add_package_path($path, $view_cascade = TRUE)
{
$path = rtrim($path, '/').'/';