mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
각종 PHP 7.2 에서 나는 워닝에러를 고침
This commit is contained in:
parent
f2d2867069
commit
6496055581
5 changed files with 10 additions and 7 deletions
|
|
@ -323,7 +323,7 @@ class Validator
|
|||
|
||||
if(is_array($value))
|
||||
{
|
||||
if(!isset($value[tmp_name]))
|
||||
if(!isset($value['tmp_name']))
|
||||
{
|
||||
$value = implode('', $value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue