diff options
author | ctrlaltca@gmail.com <> | 2012-02-12 18:14:30 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-02-12 18:14:30 +0000 |
commit | 077bd970c87ffdc7751b52b6ec49485950b28510 (patch) | |
tree | ffd0713a78fd8f8f50d1098a52938a08f7467c76 | |
parent | bdc2c5d55b14635f420d665a3a924a9f27afa433 (diff) |
patch for #386
-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(); |