forked from GNUsocial/gnu-social
Revert "some debugging for email registration routes"
This reverts commit 165d9fd9de
.
This commit is contained in:
parent
b5dfceb59c
commit
064ed69446
@ -70,14 +70,9 @@ class EmailRegistrationPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
static $toblock = array('main/register', 'main/register/:code');
|
static $toblock = array('main/register', 'main/register/:code');
|
||||||
|
|
||||||
if (in_array($path, $toblock)) {
|
if (in_array($path, $toblock) && $defaults['action'] != 'emailregister') {
|
||||||
common_debug("Request came in for $path");
|
|
||||||
if ($defaults['action'] != 'emailregister') {
|
|
||||||
common_debug("Action is {$default['action']}, so: rejected.");
|
|
||||||
$result = false;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user