[ticket/690] Update test for phpBB 3.2.0 and PHP 7.1 compatibility
B3P-690
This commit is contained in:
@@ -219,7 +219,7 @@ class welcome extends module_base
|
||||
default:
|
||||
if (!isset($welcome_message))
|
||||
{
|
||||
$welcome_message = generate_text_for_edit($portal_config['board3_welcome_message_' . $module_id], $this->config['board3_welcome_message_uid_' . $module_id], '');
|
||||
$welcome_message = generate_text_for_edit($portal_config['board3_welcome_message_' . $module_id], $this->config['board3_welcome_message_uid_' . $module_id], 0);
|
||||
}
|
||||
|
||||
$this->template->assign_vars(array(
|
||||
|
||||
Reference in New Issue
Block a user