Prechádzať zdrojové kódy

[ZF-11090] Zend_Service_ReCaptcha

- Fixed of typo.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23736 44c647ce-9c0f-0410-b52a-842ac1e357ba
ramon 15 rokov pred
rodič
commit
37b9ac0e05

+ 2 - 2
documentation/manual/en/module_specs/Zend_Service-ReCaptcha.xml

@@ -125,7 +125,7 @@ $mail = 'mail@example.com';
 
 // Create an instance of the mailhide component, passing it your public
 // and private keys, as well as the mail address you want to hide
-$mailHide = new Zend_Service_ReCaptcha_Mailhide();
+$mailHide = new Zend_Service_ReCaptcha_MailHide();
 $mailHide->setPublicKey($pubKey);
 $mailHide->setPrivateKey($privKey);
 $mailHide->setEmail($mail);
@@ -203,7 +203,7 @@ print($mailHide);
             <programlisting language="php"><![CDATA[
 // Create an instance of the mailhide component, passing it your public
 // and private keys, as well as some configuration options
-$mailHide = new Zend_Service_ReCaptcha_Mailhide();
+$mailHide = new Zend_Service_ReCaptcha_MailHide();
 $mailHide->setPublicKey($pubKey);
 $mailHide->setPrivateKey($privKey);
 $mailHide->setOptions(array(