위젯이 없으면 그냥 패스하도록 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2413 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-27 10:40:25 +00:00
parent 882aedb20a
commit 54478aa88d

View file

@ -39,6 +39,8 @@
// 디버그를 위한 위젯 실행 시간 저장
if(__DEBUG__==3) $start = getMicroTime();
if(!is_dir(sprintf('./widgets/%s/',$widget))) return;
// $widget의 객체를 받음
$oWidget = WidgetHandler::getObject($widget);