mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
위젯이 없으면 그냥 패스하도록 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2413 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
882aedb20a
commit
54478aa88d
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
|||
// 디버그를 위한 위젯 실행 시간 저장
|
||||
if(__DEBUG__==3) $start = getMicroTime();
|
||||
|
||||
if(!is_dir(sprintf('./widgets/%s/',$widget))) return;
|
||||
|
||||
// $widget의 객체를 받음
|
||||
$oWidget = WidgetHandler::getObject($widget);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue