mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix unnecessary assignment by reference, which causes E_NOTICE
This commit is contained in:
parent
ed15587c4f
commit
6c113c22ed
35 changed files with 80 additions and 84 deletions
|
|
@ -140,7 +140,7 @@ class TrashAdminController extends Trash
|
|||
if(is_array($trashSrlList))
|
||||
{
|
||||
// begin transaction
|
||||
$oDB = &DB::getInstance();
|
||||
$oDB = DB::getInstance();
|
||||
$oDB->begin();
|
||||
// eache restore method call in each classfile
|
||||
foreach($trashSrlList as $value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue