[ticket/346] Use $config->set() instead of set_config()

B3P-346
This commit is contained in:
Marc Alexander
2014-08-23 22:27:02 +02:00
parent f8fa912342
commit ff26914f72
20 changed files with 76 additions and 76 deletions

View File

@@ -218,7 +218,7 @@ class portal_module
if ($submit)
{
set_config($config_name, $config_value);
$this->config->set($config_name, $config_value);
}
}