페이지 수정시 페이지 내용이 많을 경우 포인터 아이콘, 회원 닉콘등을 처리하는 애드온에서 문제가 생기는 오류를 일단 피하도록 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4881 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-18 06:01:10 +00:00
parent b05611e6af
commit 8e67c65b12
2 changed files with 6 additions and 8 deletions

View file

@ -10,7 +10,7 @@
**/
// before_display_content 가 아니면 return
if($called_position != "before_display_content") return;
if($called_position != "before_display_content" || Context::get('act')=='dispPageAdminContentModify') return;
require_once('./addons/point_level_icon/point_level_icon.lib.php');