From 102105d9adeabdd2f7e8863c1d5378f2ddc35a32 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Sun, 18 May 2014 05:13:33 +0200 Subject: Adjust docblock of load_class() refs c26b9ebb00e29be2e972fece3bcf73d33249a64b --- system/core/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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) -- cgit v1.2.3-24-g4f1b