Corrected language var for module image as suggested by archivar
Changed trigger_error() error_type to E_USER_WARNING
This commit is contained in:
@@ -1112,7 +1112,7 @@ function check_file_src($value, $key, $module_id)
|
||||
|
||||
if (!empty($error))
|
||||
{
|
||||
trigger_error($error . adm_back_link(append_sid("{$phpbb_root_path}adm/index.$phpEx", 'i=portal&mode=config&module_id=' . $module_id)));
|
||||
trigger_error($error . adm_back_link(append_sid("{$phpbb_root_path}adm/index.$phpEx", 'i=portal&mode=config&module_id=' . $module_id)), E_USER_WARNING );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user