[feature/module_services] Pass phpBB dbal driver to module uninstall method

This commit is contained in:
Marc Alexander
2013-11-12 14:46:18 +01:00
parent d0e8cbea32
commit c37da45612
27 changed files with 28 additions and 65 deletions

View File

@@ -118,10 +118,8 @@ class donation extends module_base
/**
* @inheritdoc
*/
public function uninstall($module_id)
public function uninstall($module_id, $db)
{
global $db;
$del_config = array(
'board3_pay_acc_' . $module_id,
'board3_pay_custom_' . $module_id,