diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | framework/Web/UI/TClientScriptManager.php | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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(); |