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

Spaces missing after $show_guests in viewonline.php

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.0.12, 3.1.0-a2
    • 3.1.0-b1
    • Build System
    • None

    Description

      Ought there not be an empty spaces after "$ show_guests"?

      $show_guests= ($config['load_online_guests']) ? request_var('sg', 0) : 0;

      Replace with:

      $show_guests = ($config['load_online_guests']) ? request_var('sg', 0) : 0;

      Attachments

        Activity

          People

            EXreaction EXreaction [X] (Inactive)
            wintstar wintstar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: