mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10400] Allow forum name to be '0'
This commit is contained in:
commit
9fbe4e34ab
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