Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2009 at 00:20 UTC
Updated:
10 Jan 2010 at 17:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedComment #2
robertdouglass commentedBut update.module isn't a required module. What happens if you turn it off?
Comment #3
pwolanin commentedThat's ok, this patch does an include_once, so it's not re-included by update module whether or not it's enabled.
Comment #4
robertdouglass commentedOk. True. +1 to simpler code.
Comment #5
pwolanin commentednote that this is almost back to the initial patch at #655006: PHP notices around constants, but Scott didn't dig deep enough to see that he needed to use include_once rather than require_once (which PHP stupidly treats as different).
committed to 6.x-1.x
Comment #6
robertdouglass commented