Remove trigger_error when submitting custom block data since it prevented us from changing the block title

This commit is contained in:
Marc Alexander
2011-01-12 14:51:37 +00:00
parent af2dcd728d
commit bf324b1181

View File

@@ -240,7 +240,7 @@ class portal_custom_module
set_config('board3_custom_' . $module_id . '_bitfield', $bitfield);
set_config('board3_custom_' . $module_id . '_permission', $custom_permission);
trigger_error($user->lang['CONFIG_UPDATED'] . adm_back_link(($module_id) ? append_sid("{$phpbb_admin_path}index.$phpEx", 'i=portal&mode=modules') : $u_action));
//trigger_error($user->lang['CONFIG_UPDATED'] . adm_back_link(($module_id) ? append_sid("{$phpbb_admin_path}index.$phpEx", 'i=portal&mode=modules') : $u_action));
break;