mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Merge pull request #1368
Conflicts: classes/module/ModuleHandler.class.php
This commit is contained in:
commit
97bb66527f
3 changed files with 9 additions and 14 deletions
|
|
@ -294,8 +294,7 @@ class DB
|
|||
|
||||
unset($oDB);
|
||||
require_once($class_file);
|
||||
$tmp_fn = create_function('', "return new {$class_name}();");
|
||||
$oDB = $tmp_fn();
|
||||
$oDB = new $class_name();
|
||||
|
||||
if(!$oDB)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue