mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
member 모듈 오류 수정
Warning: Creating default object from empty value in /home2/smaker24/xxx/modules/member/member.model.php on line 895
This commit is contained in:
parent
d4e706fe40
commit
c97b01ea43
1 changed files with 1 additions and 0 deletions
|
|
@ -892,6 +892,7 @@ class memberModel extends member
|
|||
if(file_exists($image_name_file))
|
||||
{
|
||||
list($width, $height, $type, $attrs) = getimagesize($image_name_file);
|
||||
$info = new stdClass;
|
||||
$info->width = $width;
|
||||
$info->height = $height;
|
||||
$info->src = Context::getRequestUri().$image_name_file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue