From 33ca96607ca6cb28bf9a6db527adb94fa8f3e432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=AD=A3=E4=B8=9C?= Date: Mon, 6 Jan 2020 13:33:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=93=E9=A2=98=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/apps/topic/classes/hooks/admin_topic.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/topic/classes/hooks/admin_topic.class.php b/content/apps/topic/classes/hooks/admin_topic.class.php index caf10cc42..9f23c1304 100644 --- a/content/apps/topic/classes/hooks/admin_topic.class.php +++ b/content/apps/topic/classes/hooks/admin_topic.class.php @@ -12,5 +12,5 @@ public static function topic_admin_menu_api($menus) } } -RC_Hook::add_filter('promotion_admin_menu_api', array('topic_admin_plugin', 'topic_admin_menu_api')); +//RC_Hook::add_filter('promotion_admin_menu_api', array('topic_admin_plugin', 'topic_admin_menu_api')); // end