diff --git a/ProjectHoneyPot.php b/ProjectHoneyPot.php index f0b6f50..bc3dfe4 100644 --- a/ProjectHoneyPot.php +++ b/ProjectHoneyPot.php @@ -85,7 +85,7 @@ class ProjectHoneyPot } else { - return array('error' => 'Invalid Response'); + return false; } }