bad variable in debugging

This commit is contained in:
Evan Prodromou 2011-04-17 18:10:30 -04:00
parent 165d9fd9de
commit 87330bf977
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class EmailRegistrationPlugin extends Plugin
if (in_array($path, $toblock)) {
common_debug("Request came in for $path");
if ($defaults['action'] != 'emailregister') {
common_debug("Action is {$default['action']}, so: rejected.");
common_debug("Action is {$defaults['action']}, so: rejected.");
$result = false;
return false;
}