https://bugzilla.wikimedia.org/show_bug.cgi?id=45321
--- Comment #4 from MWJames <[email protected]> --- Just to clarify, since we have to support MW 1.19 we can't do any fancy stuff that is implemented by the new JobQueue class (as in 1.21/1.22) therefore the current code is as simple as: class SMWRefreshJob extends Job { ... $nextjob = new SMWRefreshJob( $this->title, array( ... ) ); $nextjob->insert(); ... } -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
