From 5a285050a7e2f7d677c6fdcc2c28eac7a1420172 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 23 Aug 2014 21:48:00 +0200 Subject: [PATCH] [ticket/339] Remove add_log call from welcome module acp settings B3P-339 --- modules/welcome.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/welcome.php b/modules/welcome.php index 8556a9ec..d43f21cf 100644 --- a/modules/welcome.php +++ b/modules/welcome.php @@ -193,8 +193,6 @@ class welcome extends module_base trigger_error($this->user->lang['ACP_PORTAL_WELCOME_MESSAGE_SHORT']. adm_back_link($u_action), E_USER_WARNING); } - add_log('admin', 'LOG_PORTAL_CONFIG', $this->user->lang['PORTAL_WELCOME']); - // set_portal_config will take care of escaping the welcome message set_portal_config('board3_welcome_message_' . $module_id, $welcome_message); set_config('board3_welcome_message_uid_' . $module_id, $uid);