Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
clientside_validation
Commits
ccb22375
Commit
ccb22375
authored
Jul 10, 2014
by
leewillis77
Committed by
jelles
Jul 10, 2014
Browse files
Issue #2079579 by leewillis77: Fixed Module logs unnecessarily to watchdog.
parent
702e8395
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
clientside_validation.module
clientside_validation.module
+0
-1
No files found.
clientside_validation.module
View file @
ccb22375
...
...
@@ -220,7 +220,6 @@ function _clientside_validation_ajax_captcha() {
if
(
!
function_exists
(
$captcha_validate
))
{
$captcha_validate
=
'captcha_validate_strict_equality'
;
}
watchdog
(
$solution
,
$captcha_response
);
if
(
$captcha_validate
(
$solution
,
$captcha_response
))
{
return
drupal_json_output
(
array
(
'result'
=>
TRUE
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment