From f802658d10b690754a99331e0ca57e28651e36f0 Mon Sep 17 00:00:00 2001 From: onli Date: Thu, 3 Jul 2014 19:11:17 +0200 Subject: [PATCH] fix fullfeed option not saving yes --- include/tpl/config_local.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tpl/config_local.inc.php b/include/tpl/config_local.inc.php index df5e8b67..fa75329f 100644 --- a/include/tpl/config_local.inc.php +++ b/include/tpl/config_local.inc.php @@ -546,7 +546,7 @@ 'title' => SYNDICATION_PLUGIN_FULLFEED, 'description' => '', 'type' => 'list', - 'default' => array('false' => NO, 'true' => YES, 'client' => 'Client'), + 'default' => array(false => NO, true => YES, 'client' => 'Client'), 'permission' => 'siteConfiguration'), array('var' => 'feedBannerURL',