mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
Merge remote-tracking branch 'nickvergessen/ticket/10400' into develop-olympus
* nickvergessen/ticket/10400: [ticket/10400] Allow forum name to be '0'
This commit is contained in:
@@ -875,7 +875,7 @@ class acp_forums
|
||||
|
||||
$errors = array();
|
||||
|
||||
if (!$forum_data['forum_name'])
|
||||
if ($forum_data['forum_name'] == '')
|
||||
{
|
||||
$errors[] = $user->lang['FORUM_NAME_EMPTY'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user