Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11077

Feed still has fallback code for global announcement with forum_id = 0

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.0-dev
    • 3.1.0-a1
    • Other
    • None

    Description

      The block in feed.php can be deleted:

      		if (!$forum_id)
      		{
      			// Global announcement, your a moderator in any forum than it's okay.
      			return (!empty($forum_ids)) ? true : false;
      		}

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: