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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.1.0-RC3
    • 3.1.0-RC2
    • Search
    • None

      In phpbb\cron\task\core\tidy_search

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

      shoud be

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

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

              Created:
              Updated:
              Resolved: