From eb31d61a269774c6552e48b98353aaa109c545ce Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 22 Jun 2014 17:26:05 -0700 Subject: when an admin censors a channel, we only need to notify the directory and not all the connections. --- mod/admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/admin.php') diff --git a/mod/admin.php b/mod/admin.php index 37a147df6..464edddd4 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -794,6 +794,7 @@ function admin_page_channels_post(&$a){ intval(PAGE_CENSORED), intval( $uid ) ); + proc_run('php','include/directory.php',$uid,'nopush'); } notice( sprintf( tt("%s channel censored/uncensored", "%s channelss censored/uncensored", count($channels)), count($channels)) ); } -- cgit v1.2.3