Closed (fixed)
Project:
Fast 404
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2011 at 08:48 UTC
Updated:
19 Feb 2011 at 19:23 UTC
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
Comment #1
soyarma commentedThanks for the catch! I've fixed it and released version 1.1.