Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcat-creations committed Jan 4, 2018
1 parent 8581934 commit 3f1dcde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/captcha/honeypot/honeypot.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PlgCaptchaHoneypot extends JPlugin
*
* @return string The HTML to be embedded in the form.
*
* @since 3.9
* @since _DEPLOY_VERSION_
*/
public function onDisplay()
{
Expand All @@ -41,7 +41,7 @@ public function onDisplay()
*
* @return True if the answer is correct, false otherwise
*
* @since 3.9
* @since _DEPLOY_VERSION_
*/
public function onCheckAnswer()
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/captcha/honeypot/honeypot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<field
name="fieldname"
type="text"
label="PLG_CAPTCHA_HONEYPOT_FIELDNAME_LABEL"
description="PLG_CAPTCHA_HONEYPOT_FIELDNAME_DESC"
type="text"
default="repeatmail"
/>
</fieldset>
Expand Down

0 comments on commit 3f1dcde

Please sign in to comment.