missing backslash leads to wsod on refresh permissions

This commit is contained in:
Mario Vavti 2016-06-29 23:04:34 +02:00
parent 715b1667d9
commit f098600c41

View File

@ -433,7 +433,7 @@ class Connedit extends \Zotlabs\Web\Controller {
else {
// 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);
}