From ea65c45b2cb87031c67768b713542881ee624801 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Mar 2012 15:14:37 +0100 Subject: [PATCH] Fix: backward compatibility --- htdocs/core/class/conf.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index dbff136ff30..7c96afd2303 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -237,6 +237,7 @@ class Conf // For backward compatibility // TODO Replace this->xxx->enabled by this->modulename->enabled to remove this code if (isset($this->propale->enabled)) $this->propal->enabled=$this->propale->enabled; + if (isset($this->categorie->enabled)) $this->category->enabled=$this->categorie->enabled; // Define default dir_output and dir_temp for directories of modules foreach($this->modules as $module)