From 3acd811463c9a8c40775f3d948fe76908554e0e1 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Wed, 8 Apr 2015 22:27:38 -0700 Subject: Move Config::encodeValues/Config::decodeValues from Config to IniFileChain since they are vital to correctly storing/loading settings w/o strange bugs. --- tests/resources/Config/config.written.ini.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/resources') diff --git a/tests/resources/Config/config.written.ini.php b/tests/resources/Config/config.written.ini.php index a412b689db..c66c3c2d43 100644 --- a/tests/resources/Config/config.written.ini.php +++ b/tests/resources/Config/config.written.ini.php @@ -1,10 +1,8 @@ ; DO NOT REMOVE THIS LINE ; file automatically generated or modified by Piwik; you can manually override the default values in global.ini.php by redefining them in this file. -[Development] -disable_merged_assets = 0 - [Category] test = "&6^ geagea'''";;&" -[PluginsInstalled] +[Development] +disable_merged_assets = 0 -- cgit v1.2.3