From 5897ed896a74197c4350422dc080044586c84ec1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 2 Sep 2016 02:06:05 -0700 Subject: empty schema --- Zotlabs/Module/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') 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), -- cgit v1.2.3