Merge pull request #344 from marc1706/ticket/339

[ticket/339] Remove add_log call from welcome module acp settings
This commit is contained in:
Marc Alexander
2014-08-23 22:04:37 +02:00

View File

@@ -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);