Hi noticed the error
[2048] Non-static method Hitlist::dbprune() should not be called statically
when I had E_STRICT turned on while debugging some other code.
wasn't sure if it was the calls in cron and core that should be using a specific instance in their call, or whether it is safe to define dprune as static, either way it appears to be a minor bug.