Revert "bad variable in debugging"
This reverts commit 87330bf9773aa397de54838f85948f0859d411da.
This commit is contained in:
parent
96d735baf4
commit
b5dfceb59c
@ -73,7 +73,7 @@ class EmailRegistrationPlugin extends Plugin
|
|||||||
if (in_array($path, $toblock)) {
|
if (in_array($path, $toblock)) {
|
||||||
common_debug("Request came in for $path");
|
common_debug("Request came in for $path");
|
||||||
if ($defaults['action'] != 'emailregister') {
|
if ($defaults['action'] != 'emailregister') {
|
||||||
common_debug("Action is {$defaults['action']}, so: rejected.");
|
common_debug("Action is {$default['action']}, so: rejected.");
|
||||||
$result = false;
|
$result = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user