[JobQueue] Added a sanity check to catch ack() breakage.
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 7 Dec 2012 03:30:25 +0000 (19:30 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 7 Dec 2012 03:41:02 +0000 (19:41 -0800)
commit32b62ebd4b9e0c1bb77f252fc53312c2fbaa8de9
treea55cf212cc7f05d0bb7c42f4eebc1fba5f3cfd2d
parentf4379a8d4e51125873970c2b5d0e0b35699002af
[JobQueue] Added a sanity check to catch ack() breakage.

* Also make sure the "id" field is set even if broken
  subclasses do not set it as the base class does.

Change-Id: I2f617187e225df6c1b02b4062c835cd6581c5d99
includes/job/JobQueueDB.php