summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TReCaptcha.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/WebControls/TReCaptcha.php')
-rw-r--r--framework/Web/UI/WebControls/TReCaptcha.php5
1 files changed, 2 insertions, 3 deletions
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;