에디터팝업 알림센터 제외처리

This commit is contained in:
Lastorder 2024-06-21 18:29:59 +09:00 committed by GitHub
parent 493bd5991d
commit bb30452f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ class NcenterliteController extends Ncenterlite
public static $_skip_acts = array(
'dispNcenterliteNotifyList' => true,
'dispEditorFrame' => true,
'dispEditorPopup' => true
);
/**