mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
17192745 마이그레이션시 추가 변수 생성 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4492 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0f8903af9
commit
420d543853
1 changed files with 1 additions and 0 deletions
|
|
@ -872,6 +872,7 @@
|
||||||
$val = base64_decode(substr($buff, $pos, strlen($buff)-$pos*2-2));
|
$val = base64_decode(substr($buff, $pos, strlen($buff)-$pos*2-2));
|
||||||
$obj->{"extra_vars".$index} = $val;
|
$obj->{"extra_vars".$index} = $val;
|
||||||
$buff = null;
|
$buff = null;
|
||||||
|
$index++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue