[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

@@ -119,7 +119,7 @@ class topposters extends module_base
*/
public function install($module_id)
{
set_config('board3_topposters_' . $module_id, 5);
$this->config->set('board3_topposters_' . $module_id, 5);
return true;
}