aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-15 23:11:08 -0700
committerfriendica <info@friendica.com>2014-09-15 23:11:08 -0700
commitb2f2424b5272f7c58343fe810f303b55f1b7bf5e (patch)
tree5c32573189fe61af06636362364fa982b959e7c2 /mod/admin.php
parent4d91b6e6d243eacb12faffb4d4ce2a3eec85f820 (diff)
downloadvolse-hubzilla-b2f2424b5272f7c58343fe810f303b55f1b7bf5e.tar.gz
volse-hubzilla-b2f2424b5272f7c58343fe810f303b55f1b7bf5e.tar.bz2
volse-hubzilla-b2f2424b5272f7c58343fe810f303b55f1b7bf5e.zip
push individual block to directory
Diffstat (limited to 'mod/admin.php')
-rw-r--r--mod/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 9a35a8de8..68ce6fe85 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -814,6 +814,7 @@ function admin_page_channels(&$a){
intval(PAGE_CENSORED),
intval( $uid )
);
+ proc_run('php','include/directory.php',$uid,'nopush');
notice( sprintf( (($channel[0]['channel_pageflags'] & PAGE_CENSORED) ? t("Channel '%s' uncensored"): t("Channel '%s' censored")) , $channel[0]['channel_name'] . ' (' . $channel[0]['channel_address'] . ')' ) . EOL);
}; break;