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

STRIP is not defined in style.php causing a notice to be thrown

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.0.9-RC2
    • 3.0.9-RC1
    • None
    • None
    • Any, but "noticeable" when error reporting includes E_NOTICE

      STRIP is defined in common.php and checked in set_var(). style.php doesn't include common.php, so it is undefined in all cases.

      The only way to get this to actually throw a notice is to set error handling to include E_NOTICE in config.php, since it is included in style.php. Doing so makes the style do very funny things.

            naderman Nils Adermann
            Marshalrusty Yuriy Rusko
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: