mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
NOISSUE 레이아웃 복사 수정
This commit is contained in:
parent
0ff1bdae3e
commit
5f2e9b5fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -757,7 +757,7 @@ class layoutAdminController extends layout
|
||||||
|
|
||||||
if($layout->extra_var_count) {
|
if($layout->extra_var_count) {
|
||||||
$reg = "/^.\/files\/attach\/images\/([0-9]+)\/(.*)/";
|
$reg = "/^.\/files\/attach\/images\/([0-9]+)\/(.*)/";
|
||||||
foreach($extra_vars as $key => $val) {
|
if($extra_vars) foreach($extra_vars as $key => $val) {
|
||||||
if($layout->extra_var->{$key}->type == 'image') {
|
if($layout->extra_var->{$key}->type == 'image') {
|
||||||
if(!preg_match($reg,$val,$matches)) continue;
|
if(!preg_match($reg,$val,$matches)) continue;
|
||||||
$image_list[$key]->filename = $matches[2];
|
$image_list[$key]->filename = $matches[2];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue