Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-6745

"0" is an empty topic title

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.0
    • Posting
    • None
    • PHP Environment:
      Database:

      If i want to create a new topic and enter "0" (without the quotes) as a topic title, this will not work, because of the following:

      		if (!$subject || !utf_clean_string($subject))
      		{
      			$error[] = $user->lang['EMPTY_SUBJECT'];
      		}

      Perhaps $subject === '' should be used here?

            Acyd Burn Meik Sievertsen [X] (Inactive)
            igorw Igor Wiedler [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: