From 81fc5eee82a692b88fa6ae687ee3d33b668fd747 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Tue, 15 Nov 2011 17:33:22 +0000 Subject: dirty test patch for #372, open for comments --- framework/Web/UI/TControlAdapter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/TControlAdapter.php') diff --git a/framework/Web/UI/TControlAdapter.php b/framework/Web/UI/TControlAdapter.php index bdf40b47..da563443 100644 --- a/framework/Web/UI/TControlAdapter.php +++ b/framework/Web/UI/TControlAdapter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2011 PradoSoft + * @copyright Copyright © 2005-2011 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Web.UI @@ -26,7 +26,7 @@ class TControlAdapter extends TApplicationComponent /** * @var TControl the control to which the adapter is attached */ - private $_control; + protected $_control; /** * Constructor. -- cgit v1.2.3