Lines 420 and 426 of 7-1.2 contain a flaw. They effectively run the $_GET['q'] and the first query string parameter together.

In practice, that means if your url is http://domain.com/example?one=1&two=2, only $_GET['two'] will be set for programming tasks meant to occur within your block.

Patch attached. Thanks!

Comments

bartclarkson’s picture

StatusFileSize
new1.08 KB

Patch modified slightly to be in keeping with Drupal code standards.

maximpodorov’s picture

Status: Active » Fixed
bartclarkson’s picture

Awesome.

Status: Fixed » Closed (fixed)

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