in this line of fast_404_validate_path_drupal()

if (db_result(db_query("SELECT rid FROM {path_redirect} WHERE '%s' LIKE source", $path))) {

judging from the rest of the function and the similar query in fast_404_validate_path_mysql() i guess that should be $_GET['q']?

Comments

soyarma’s picture

Status: Active » Closed (fixed)

Thanks for the catch! I've fixed it and released version 1.1.