mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Clean up dead code #2612
This commit is contained in:
parent
64d9982978
commit
a8749f1078
2 changed files with 2 additions and 11 deletions
|
|
@ -937,8 +937,8 @@ class ModuleController extends Module
|
|||
}
|
||||
if(!$output->toBool())
|
||||
{
|
||||
return $output;
|
||||
$oDB->rollback();
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1192,12 +1192,11 @@ class ModuleController extends Module
|
|||
$args->module_filebox_srl = $vars->module_filebox_srl;
|
||||
$args->comment = $vars->comment;
|
||||
|
||||
return executeQuery('module.updateModuleFileBox', $args);
|
||||
$output = executeQuery('module.updateModuleFileBox', $args);
|
||||
$output->add('save_filename', $save_filename);
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief Add a file into the file box
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue