From 077bd970c87ffdc7751b52b6ec49485950b28510 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Sun, 12 Feb 2012 18:14:30 +0000 Subject: patch for #386 --- HISTORY | 1 + framework/Web/UI/TClientScriptManager.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index e6c1af35..36e8b170 100644 --- a/HISTORY +++ b/HISTORY @@ -66,6 +66,7 @@ BUG: Issue #380 - TCustomValidator's ControlToValidate should be optional (ctrla BUG: Issue #381 - The property CausesValidation in the TActiveDatePicker not work (ctrlaltca) BUG: Issue #382 - TJavaScript::quoteString() vulnerable to Unicode strings & TJavaScript::jsonEncode() doesn't check for errors (gabor) BUG: Issue #383 - Some THttpRequest methods raise NOTICE level errors on missing headers (gabor) +BUG: Issue #388 - Output caching will raise error in Performance mode (gabor) Version 3.1.10 Jul 17, 2011 BUG: Added missing timeout on TCacheHttpSession (ctrlaltca) diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 3ce458a1..1804c9d1 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -494,7 +494,6 @@ class TClientScriptManager extends TApplicationComponent */ public function registerScriptFile($key,$url) { - $this->checkIfNotInRender(); $this->_scriptFiles[$key]=$url; $params=func_get_args(); -- cgit v1.2.3