diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-02 02:06:05 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-02 02:06:05 -0700 |
commit | 5897ed896a74197c4350422dc080044586c84ec1 (patch) | |
tree | d4a4755b36e6830a9e3c6d7195de2eb3a4fda16e /Zotlabs/Module/Settings.php | |
parent | 47dd1da6fb8de2c9ba4b225e5680b6c1bbb2ca2b (diff) | |
download | volse-hubzilla-5897ed896a74197c4350422dc080044586c84ec1.tar.gz volse-hubzilla-5897ed896a74197c4350422dc080044586c84ec1.tar.bz2 volse-hubzilla-5897ed896a74197c4350422dc080044586c84ec1.zip |
empty schema
Diffstat (limited to 'Zotlabs/Module/Settings.php')
-rw-r--r-- | Zotlabs/Module/Settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings.php b/Zotlabs/Module/Settings.php index 729a9b226..28f9688f4 100644 --- a/Zotlabs/Module/Settings.php +++ b/Zotlabs/Module/Settings.php @@ -1062,7 +1062,7 @@ class Settings extends \Zotlabs\Web\Controller { '$uid' => local_channel(), '$theme' => (($themes) ? array('theme', t('Display Theme:'), $theme_selected, '', $themes, 'preview') : false), - '$schema' => (($schemas) ? array('schema', t('Select scheme'), $existing_schema, '' , $schemas) : ''), + '$schema' => array('schema', t('Select scheme'), $existing_schema, '' , $schemas), '$mobile_theme' => (($mobile_themes) ? array('mobile_theme', t('Mobile Theme:'), $mobile_theme_selected, '', $mobile_themes, '') : false), '$preload_images' => array('preload_images', t("Preload images before rendering the page"), $preload_images, t("The subjective page load time will be longer but the page will be ready when displayed"), $yes_no), |