On Fri, Nov 1, 2013 at 6:43 PM, Brian Wolff bawolff@gmail.com wrote:
I haven't looked at your code, so not sure about the context - but: In general a hook returns true to denote no futher processing should take place.
If we're talking about wfRunHooks hooks, the usual case is that they return *false* to indicate no further processing, and true means to *continue* processing.