Closed (fixed)
Project:
Apache Solr Search
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2009 at 16:09 UTC
Updated:
1 Jul 2009 at 22:20 UTC
I don't think the same code was intended to be added twice, was it double pasted by accident?
| Comment | File | Size | Author |
|---|---|---|---|
| modify_query_once.patch | 1.42 KB | andrewlevine |
Comments
Comment #1
andrewlevine commentedComment #2
robertdouglass commentedI'm seeing this hook being called multiple times in D6 as well. Investigating.
Comment #3
robertdouglass commentedTake that back - it was my own doing in custom code. No problem in D6.
Comment #4
andrewlevine commentedIn D5, the code to run the hook is just duplicated twice, one under the other.
Comment #5
robertdouglass commentedTrue True. Thanks Thanks.