summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-05-18 16:04:30 +0200
committerAndrey Andreev <narf@devilix.net>2014-05-18 16:04:30 +0200
commit5a62f019a4643e5471e9f651ba52620cfbb11827 (patch)
tree74b63a906cea2ae7b5f39ac6f532c6248008e642
parent8c442e40250923a46ea85f10ca62da01d246f514 (diff)
parent102105d9adeabdd2f7e8863c1d5378f2ddc35a32 (diff)
Merge pull request #3056 from vlakoff/docblock
Adjust docblock of load_class()
-rw-r--r--system/core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index 677ceaf97..23b95a497 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -124,7 +124,7 @@ if ( ! function_exists('load_class'))
*
* @param string the class name being requested
* @param string the directory where the class should be found
- * @param string the class name prefix
+ * @param string an optional argument to pass to the class constructor
* @return object
*/
function &load_class($class, $directory = 'libraries', $param = NULL)