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

Do not use basename() to get the search class in phpbb\cron\task\core\tidy_search

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 3.1.0-RC2
    • 3.1.0-RC3
    • Search
    • None

    Description

      In phpbb\cron\task\core\tidy_search

      $search_type = basename($this->config['search_type']);
      

      shoud be

      $search_type = $this->config['search_type'];
      

      Attachments

        Activity

          People

            nicofuma nicofuma
            nicofuma nicofuma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: