mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
NOISSUE PHP 버전 호환성 개선
This commit is contained in:
parent
dc41e3c4a3
commit
efa5ec4c0c
6 changed files with 9 additions and 6 deletions
|
|
@ -815,7 +815,7 @@ class memberModel extends member
|
|||
if(file_exists($image_name_file))
|
||||
{
|
||||
list($width, $height, $type, $attrs) = getimagesize($image_name_file);
|
||||
$info = null;
|
||||
$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