missing $dbr instance in JobQueue
authorAntoine Musso <hashar@free.fr>
Wed, 30 May 2012 19:17:30 +0000 (21:17 +0200)
committerAntoine Musso <hashar@free.fr>
Wed, 30 May 2012 19:17:30 +0000 (21:17 +0200)
commit58f390e9bf9a6b1b649f109aad503fa9f8d42558
treefe527712f72171df3c50c45c69b40daf2aa20f47
parent9780085753d33f0c88600f0b7bbb6626fd97c89d
missing $dbr instance in JobQueue

This comes from factoring done with commit fb69ee4. To add quotes based
on the database type, we actually need a Database instance!

Fault introduced by https://gerrit.wikimedia.org/r/9116

Change-Id: I7a4f7fb1a744cd7adb5166e66424b664edb3d9e8
includes/job/JobQueue.php