Merge "Mark constructors of IndexPager subclasses as public"
[lhc/web/wiklou.git] / includes / jobqueue / JobQueue.php
index 7d34f32..3689ba4 100644 (file)
@@ -531,7 +531,7 @@ abstract class JobQueue {
         * @return string
         */
        protected function getRootJobCacheKey( $signature ) {
-               $this->dupCache->makeGlobalKey(
+               return $this->dupCache->makeGlobalKey(
                        'jobqueue',
                        $this->domain,
                        $this->type,