mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Fix calling nonexistent method get() on null
This commit is contained in:
parent
ba2d4f1bc3
commit
8fcbe5ec6a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<script>//<<![CDATA[
|
<script>//<<![CDATA[
|
||||||
|
|
||||||
var uploaded_fileinfo = {};
|
var uploaded_fileinfo = {};
|
||||||
<!--@if($uploaded_fileinfo->error==0)-->
|
<!--@if($uploaded_fileinfo && $uploaded_fileinfo->error == 0)-->
|
||||||
uploaded_fileinfo.error = 0;
|
uploaded_fileinfo.error = 0;
|
||||||
uploaded_fileinfo.file_srl = {$uploaded_fileinfo->get('file_srl')};
|
uploaded_fileinfo.file_srl = {$uploaded_fileinfo->get('file_srl')};
|
||||||
uploaded_fileinfo.file_size = {$uploaded_fileinfo->get('file_size')};
|
uploaded_fileinfo.file_size = {$uploaded_fileinfo->get('file_size')};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue