git-svn-id: http://xe-core.googlecode.com/svn/trunk@668 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 10:05:59 +00:00
parent 6e29199e2b
commit fab57990ae
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,6 @@
// 몇가진 애드온을 기본으로 설치 상태로 지정
$oAddonController = &getController('addon');
$oAddonController->doActivate('spamfilter');
$oAddonController->doActivate('naver_search');
return new Object();
}