Closed (fixed)
Project:
Search 404
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Aug 2012 at 14:37 UTC
Updated:
14 Mar 2016 at 11:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
anish_zyxware commentedThis has to be updated according to newest code.
Comment #2
glen.pinheiro commentedComment #3
glen.pinheiro commentedThe patch file has now updated to the latest code.
Comment #4
anish.a commentedThe code for set message is called in 3 places. It can be using the latest message function,
search404_error_message()drupal_set_message(t('The page you requested does not exist. For your convenience, a search was performed using the query %keys.', array('%keys' => check_plain($keys))), 'error');Comment #5
glen.pinheiro commentedUpdated the set message calls with 'search404_error_message()' function.
Comment #6
glen.pinheiro commentedComment #7
glen.pinheiro commentedUpdated the patch with latest code.
Comment #8
anish_zyxware commentedReviewed. Finally, it works fine.
Comment #9
anish_zyxware commented