missing backslash leads to wsod on refresh permissions

This commit is contained in:
Mario Vavti 2016-06-29 22:50:40 +02:00
parent 45f5ac560d
commit ad83825d4f

View File

@ -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);
} }