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

Topic review does not display all selected posts

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.8-RC1
    • 3.0.7-PL1
    • Viewing posts
    • None

      Similar to http://code.phpbb.com/projects/phpbb/repository/revisions/9561
      in includes/functions_posting.php

      unset($rowset[$i]);

      needs to be

      unset($rowset[$post_list[$i]]);

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

              Created:
              Updated:
              Resolved: