[ticket/346] Use $config->set() instead of set_config()
B3P-346
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user