diff options
author | vlakoff <vlakoff@gmail.com> | 2013-05-10 16:47:47 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-05-10 16:47:47 +0200 |
commit | cdc6113987565975ed7ed83945e500bc00936d48 (patch) | |
tree | 0a53f4ecb2e04a04632380293cce944ad8d71587 /system/core | |
parent | 206d951e3da15bf9c69b3b8860c8bd274fb82b6f (diff) |
Fix a docblock in Loader class
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Loader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php index d4e63231c..0a5cf5b84 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -713,7 +713,7 @@ class CI_Loader { * * Return a list of all package paths. * - * @param bool $include_base Whether to include BASEPATH (default: TRUE) + * @param bool $include_base Whether to include BASEPATH (default: FALSE) * @return array */ public function get_package_paths($include_base = FALSE) |