mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
commit
4b42646f36
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ class acp_forums
|
||||||
|
|
||||||
$errors = array();
|
$errors = array();
|
||||||
|
|
||||||
if (!$forum_data['forum_name'])
|
if ($forum_data['forum_name'] == '')
|
||||||
{
|
{
|
||||||
$errors[] = $user->lang['FORUM_NAME_EMPTY'];
|
$errors[] = $user->lang['FORUM_NAME_EMPTY'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue