Hi guys,

There is a place in the boost.module that uses a variable named $query that's totally undefined (Line ~4725, function boost_boost_menu_router)

  // Try populating with the query string
  if (empty($router_item['page_type'])) {
    $router_item['page_type'] = $query;
  }
  elseif (empty($router_item['page_id'])) {
    $router_item['page_id'] = $query;
  }

FYI notice: Undefined variable: query in /usr/clients/www/drupal/sites/all/modules/boost/boost.module on line 4717.

Thank you.
Alexis

CommentFileSizeAuthor
#1 boost-946818.patch794 bytesmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Fixed
FileSize
794 bytes

this patch committed; thanks for the report.

AlexisWilke’s picture

Title: $query variable used totally undered in boost.module » $query variable used totally undefined in boost.module

Fixing the title, just in case...

Status: Fixed » Closed (fixed)
Issue tags: -E_ALL

Automatically closed -- issue fixed for 2 weeks with no activity.