Skip to content

Commit

Permalink
Remove extra parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 12, 2013
1 parent 2ad76e2 commit 9bcf95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/auth/AuthenticationCookie.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function auth()

// Add captcha input field if reCaptcha is enabled
if ( !empty($GLOBALS['cfg']['CaptchaLoginPrivateKey'])
&& !empty($GLOBALS['cfg']['CaptchaLoginPublicKey']))
&& !empty($GLOBALS['cfg']['CaptchaLoginPublicKey'])
&& !$skip
) {
// If enabled show captcha to the user on the login screen.
Expand Down

0 comments on commit 9bcf95f

Please sign in to comment.