missing backslash leads to wsod on refresh permissions
This commit is contained in:
parent
715b1667d9
commit
f098600c41
@ -433,7 +433,7 @@ class Connedit extends \Zotlabs\Web\Controller {
|
|||||||
else {
|
else {
|
||||||
|
|
||||||
// if you are on a different network we'll force a refresh of the connection basic info
|
// if you are on a different network we'll force a refresh of the connection basic info
|
||||||
Zotlabs\Daemon\Master::Summon(array('Notifier','permission_update',$contact_id));
|
\Zotlabs\Daemon\Master::Summon(array('Notifier','permission_update',$contact_id));
|
||||||
}
|
}
|
||||||
goaway(z_root() . '/connedit/' . $contact_id);
|
goaway(z_root() . '/connedit/' . $contact_id);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user