1
0
Fork 0

Directory moved

This commit is contained in:
Michael 2017-11-18 07:59:30 +00:00
commit 925d2d2383
10 changed files with 63 additions and 55 deletions

View file

@ -37,7 +37,7 @@ function user_remove($uid) {
Worker::add(PRIORITY_HIGH, "notifier", "removeme", $uid);
// Send an update to the directory
Worker::add(PRIORITY_LOW, "directory", $r['url']);
Worker::add(PRIORITY_LOW, "Directory", $r['url']);
if($uid == local_user()) {
unset($_SESSION['authenticated']);