Closed (fixed)
Project:
Finder
Version:
7.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2012 at 12:29 UTC
Updated:
16 Jul 2012 at 02:01 UTC
Hi,
I set up 3 Views and 3 Finder Blocks.
All 3 Finder blocks are displayed at the same time in my left column.
When I put a search inside the lowest Finder-search block, everything is fine.
If I put a search in the middle Finder-search block, I receive an error concerning the lowest finder-block.
If I put a search in the top Finder-search block, I receive two errors concerning the lowest and the middle finder-block.
Notice: Undefined index: hotelname in finder_form_state() (Zeile 367 von /home/www/cms/sites/all/modules/finder/includes/form.inc).
Notice: Undefined index: suche_nach_paketnummern in finder_form_state() (Zeile 367 von /home/www/cms/sites/all/modules/finder/includes/form.inc).
As I can see, everything is fine - only the message is there ....
Can anyone help?
Comments
Comment #1
danielb commentedin includes/form.inc (within the finder module dir)
try changing:
to this:
if that fixes the problem I can add it to the module
Comment #2
vistree commentedThank you Danielb,
this fixes the problem!
Kind regards and a nice weekend
Comment #3
danielb commenteddon't change the issue settings
Comment #4
danielb commentedI've committed that change, and so now it is fixed :P