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

Wrong variable name in functions.php, missing update to sql schema

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.x
    • 3.0.1
    • Sessions
    • None
    • PHP Environment:
      Database:

    Description

      In includes/functions.php, this:

      $reading_sql = ' AND s.session_forum_id = ' . (int) $f;

      should be:

      $reading_sql = ' AND s.session_forum_id = ' . (int) $forum_id;

      Because of the missing update of the SQL schema files, it there is an sql error in viewtopic.

      Attachments

        Activity

          People

            Kellanved Kellanved [X] (Inactive)
            igorw Igor Wiedler [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: