From 92ee7558c6b6dd2461b645cb1f19a81ef8c50db5 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 8 Aug 2015 22:48:07 +0200 Subject: Removed redundand Prado::using statements --- framework/Web/UI/TPage.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/Web/UI/TPage.php') diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index e768f900..17dc7c6b 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -310,7 +310,6 @@ class TPage extends TTemplateControl */ protected function processCallbackRequest($writer) { - Prado::using('Prado\Web\UI\ActiveControls\TActivePageAdapter'); $this->setAdapter(new TActivePageAdapter($this)); @@ -598,7 +597,6 @@ class TPage extends TTemplateControl { if(!$this->_clientScript) { $className = $classPath = $this->getService()->getClientScriptManagerClass(); - Prado::using($className); if($className!=='\Prado\Web\UI\TClientScriptManager' && !is_subclass_of($className,'\Prado\Web\UI\TClientScriptManager')) throw new THttpException(404,'page_csmanagerclass_invalid',$className); -- cgit v1.2.3