diff options
author | friendica <info@friendica.com> | 2014-11-11 19:29:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-11 19:29:30 -0800 |
commit | b5af6679857eeafcb360d7dec69acf11af034c1d (patch) | |
tree | 91a5118b270c7966a8f75b5ad572ce71a2c15d16 /include/text.php | |
parent | 37742be6af5aee1a5be8ba878379d9e21b39377d (diff) | |
download | volse-hubzilla-b5af6679857eeafcb360d7dec69acf11af034c1d.tar.gz volse-hubzilla-b5af6679857eeafcb360d7dec69acf11af034c1d.tar.bz2 volse-hubzilla-b5af6679857eeafcb360d7dec69acf11af034c1d.zip |
slow progress on sys publishing, making sure all the data we need is in the places we need it but validate it anyway
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index ba1f9e5a3..686dee4a2 100644 --- a/include/text.php +++ b/include/text.php @@ -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(); } |