mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #1145 wrong path for site default image
This commit is contained in:
parent
a5e45d9063
commit
46f9d22541
1 changed files with 1 additions and 1 deletions
|
|
@ -1312,7 +1312,7 @@ class adminAdminController extends admin
|
|||
$image_filepath = 'files/attach/xeicon/';
|
||||
if ($domain_srl)
|
||||
{
|
||||
$image_filepath .= intval($domain_srl) . '/';
|
||||
$image_filepath .= ($virtual_site = intval($domain_srl) . '/');
|
||||
}
|
||||
|
||||
if ($deleteIcon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue