This commit is contained in:
harukin 2018-11-23 18:12:47 +09:00
parent fc140c58e4
commit c70c296d0a

View File

@ -30,8 +30,8 @@ if(! App::$install) {
$top_photo=get_pconfig($uid,'plusfuture','top_photo');
$reply_photo=get_pconfig($uid,'plusfuture','reply_photo');
$hoge = intval($converse_width);
$hoge = intval("$converse_width");
$converse_widtd = ($hoge * 2);
$converse_widtd .= "px";
$converse_widts = "$converse_width" . "px";