Merge pull request #2441 from vlakoff/develop-2
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)