You must be the only one using this! :) The $jobs variable should be changed to $BOLTprocess[$event]
Thanks for spotting this. Cheers, Dan On Fri, Jun 18, 2010 at 10:32 AM, DrunkenMonk <[email protected]> wrote: > There seems to be a bug in my version of BOLTprocess > function BOLTprocess($event, $args='') { > ## USED TO RUN AN ARRAY OF PRE-, POST-, AND BACKGROUND- PROCESSES > global $BOLTprocess; > if (is_array($BOLTprocess[$event])) { > foreach ($jobs as $job) { > if (function_exists("$job")) $job($args); > } > } > } > > $jobs is never assigned. > Am I the only one who uses boltprocess, or is this bug not present in > the raw download? I though I was looking at an unspoiled file... -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
