mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
Clean up unnecessary board module uninstall method
This commit is contained in:
parent
ff727e3604
commit
0d6fe46281
1 changed files with 0 additions and 11 deletions
|
|
@ -54,17 +54,6 @@ class Board extends ModuleObject
|
|||
|
||||
function moduleUninstall()
|
||||
{
|
||||
$output = executeQueryArray("board.getAllBoard");
|
||||
if(!$output->data) return new BaseObject();
|
||||
@set_time_limit(0);
|
||||
|
||||
$oModuleController = getController('module');
|
||||
|
||||
foreach($output->data as $board)
|
||||
{
|
||||
$oModuleController->deleteModule($board->module_srl);
|
||||
}
|
||||
|
||||
return new BaseObject();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue