From e4999b25052d1ad9400a0f9fd5289a49eea1bddc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 25 Jan 2015 20:04:57 +0100 Subject: More namespace changes Changed version to 3.2.99; Attempt at fixing autoloading fixed enough namespaces to have some demos running --- framework/Web/UI/WebControls/TReCaptcha.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'framework/Web/UI/WebControls/TReCaptcha.php') diff --git a/framework/Web/UI/WebControls/TReCaptcha.php b/framework/Web/UI/WebControls/TReCaptcha.php index 2ad6c49d..5af6b0c5 100644 --- a/framework/Web/UI/WebControls/TReCaptcha.php +++ b/framework/Web/UI/WebControls/TReCaptcha.php @@ -11,8 +11,7 @@ */ namespace Prado\Web\UI\WebControls; - -Prado::using('System.3rdParty.ReCaptcha.recaptchalib'); +use Prado\TPropertyValue; /** * TReCaptcha class. @@ -53,7 +52,7 @@ Prado::using('System.3rdParty.ReCaptcha.recaptchalib'); * @package Prado\Web\UI\WebControls * @since 3.2 */ -class TReCaptcha extends TWebControl implements IValidatable +class TReCaptcha extends \Prado\Web\UI\WebControls\TWebControl implements \Prado\Web\UI\IValidatable { private $_isValid=true; -- cgit v1.2.3