From 2a6eee6bd47dbfe5bf31bf8a2895c56fc1663edc Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 14 May 2014 09:01:54 -0500 Subject: [PATCH] Rvt: the available since change Changing the available since because it will be put into 1.1.15 --- framework/base/CModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/CModule.php b/framework/base/CModule.php index 3fbc96a0b..e74d14bf6 100644 --- a/framework/base/CModule.php +++ b/framework/base/CModule.php @@ -336,7 +336,7 @@ abstract class CModule extends CComponent * with the existing one. Defaults to true, meaning the previously registered * module configuration with the same ID will be merged with the new configuration. * If set to false, the existing configuration will be replaced completely. - * This parameter is available since 1.1.16. + * This parameter is available since 1.1.15. */ public function setModules($modules,$merge=true) {