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

Wrong hook name is registered for array(template, display)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.0-RC3
    • 3.1.0-RC5
    • None

    Description

      phpbb\template\base->call_hook() launches hook
      array('phpbb\template\base', 'display')
      but /common.php registers another hook name:
      array('\phpbb\template\template', 'display')

      So template display hook (former array(template', display') in phpBB 3.0.x) is not actually launched.

      Attachments

        Activity

          People

            Marc Marc
            Dionisiy Dionisiy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: