JobQueue: Actually return the value from getRootJobCacheKey()
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 14 Nov 2018 18:41:04 +0000 (13:41 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 14 Nov 2018 18:41:04 +0000 (13:41 -0500)
commit0cc80f63c48e71e441e57e9edb6e417081baa86c
tree4b21b8d9c1c619914930adf8566a550bd8498284
parent65f12f7190442dcea96eb8d642ebbf8c39df1427
JobQueue: Actually return the value from getRootJobCacheKey()

I8d94a650e accidentally left out the 'return' keyword, so the function
returns null.

Bug: T209429
Change-Id: Ie29c1ea5eab6ddedd0fe58010fc9cf8e3a6e2f12
includes/jobqueue/JobQueue.php