mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix unused or undeclared variables in moveFile()
This commit is contained in:
parent
e5bea38a9e
commit
b02582c890
1 changed files with 1 additions and 3 deletions
|
|
@ -1625,9 +1625,7 @@ class FileController extends File
|
|||
$file_list = FileModel::getFiles($source_srl);
|
||||
if(!$file_list) return;
|
||||
|
||||
$file_count = count($file_list);
|
||||
|
||||
$config = FileModel::getFileConfig($module_srl);
|
||||
$config = FileModel::getFileConfig();
|
||||
$oDB = DB::getInstance();
|
||||
$oDB->begin();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue