Closed (fixed)
Project:
Search 404
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2013 at 18:06 UTC
Updated:
3 Jun 2013 at 20:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
e0ipsoIt is safe to just remove the variable_set since the default value si passed along with variable_get all times.
variable_get('search404_page_title', t('Page not found'))Comment #2
q0rban commentedComment #3
KrisBulman commentedI ran into this problem when strongarming vars under a feature, the title var would always get overridden by the default value set in hook_install. This patch resolved the matter.
Comment #4
zyxware commented@q0rban - Thanks for the report. @e0ipso - Thanks for the patch. The patch has been applied to the 7.x-1.x branch and should be present in the next release.
Comment #5.0
(not verified) commentedUpdating description to match title.