commit | cdc6113987565975ed7ed83945e500bc00936d48 | [log] [tgz] |
---|---|---|
author | vlakoff <vlakoff@gmail.com> | Fri May 10 16:47:47 2013 +0200 |
committer | vlakoff <vlakoff@gmail.com> | Fri May 10 16:47:47 2013 +0200 |
tree | 0a53f4ecb2e04a04632380293cce944ad8d71587 | |
parent | 206d951e3da15bf9c69b3b8860c8bd274fb82b6f [diff] |
Fix a docblock in Loader class
diff --git a/system/core/Loader.php b/system/core/Loader.php index d4e6323..0a5cf5b 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php
@@ -713,7 +713,7 @@ * * 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)