missing backslash leads to wsod on refresh permissions
This commit is contained in:
parent
45f5ac560d
commit
ad83825d4f
@ -427,7 +427,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