diff options
author | friendica <info@friendica.com> | 2014-09-15 23:11:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-15 23:11:08 -0700 |
commit | b2f2424b5272f7c58343fe810f303b55f1b7bf5e (patch) | |
tree | 5c32573189fe61af06636362364fa982b959e7c2 /mod/admin.php | |
parent | 4d91b6e6d243eacb12faffb4d4ce2a3eec85f820 (diff) | |
download | volse-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.php | 1 |
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; |