mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
위젯 코드 생성시 background:url(none) 이라는 잘못된 스타일로 인해서 페이지를 한번 더 요청하는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3462 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7354ed7e2b
commit
f03c984862
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@
|
|||
// 디버그를 위한 위젯 실행 시간 저장
|
||||
if(__DEBUG__==3) $start = getMicroTime();
|
||||
|
||||
$args->style = preg_replace('/background\-image: url\(none\)/is','', $args->style);
|
||||
|
||||
// widget중 widgetContent 는 page 모듈에 종속적인 위젯으로 직접 page.admin.controller.php를 호출하여 처리를 해야 함 (차후 정리 필요)
|
||||
if($widget == 'widgetContent') {
|
||||
$style = $args->style;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue