slow progress on sys publishing, making sure all the data we need is in the places we need it but validate it anyway

This commit is contained in:
friendica
2014-11-11 19:29:30 -08:00
parent 37742be6af
commit b5af667985
4 changed files with 25 additions and 10 deletions

View File

@@ -2024,7 +2024,7 @@ function design_tools() {
$channel = get_app()->get_channel();
if(array_key_exists('sys',$_REQUEST) && $_REQUEST['sys'] == 1 && is_site_admin()) {
if(get_app()->is_sys && is_site_admin()) {
require_once('include/identity.php');
$channel = get_sys_channel();
}