위젯 코드가 컴파일된 결과물로 나오는 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6137 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-17 05:21:31 +00:00
parent 31471c10a4
commit 544f5f336a
2 changed files with 3 additions and 0 deletions

View file

@ -273,6 +273,7 @@
* display::before 에서 호출됨
**/
function triggerWidgetCompile(&$content) {
if(Context::getResponseMethod()!='HTML') return new Object();
$content = $this->transWidgetCode($content, $this->layout_javascript_mode);
return new Object();
}