mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2113 unnecessary variable assignment
This commit is contained in:
parent
0484d8db27
commit
e2223b776a
1 changed files with 0 additions and 2 deletions
|
|
@ -1522,12 +1522,10 @@ class ModuleModel extends Module
|
|||
}
|
||||
}
|
||||
// Get information of the module
|
||||
$info = NULL;
|
||||
$info = self::getModuleInfoXml($module_name);
|
||||
if(!$info) continue;
|
||||
|
||||
$info->module = $module_name;
|
||||
$info->category = $info->category;
|
||||
$info->created_table_count = $created_table_count;
|
||||
$info->table_count = $table_count;
|
||||
$info->path = $path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue