Merge "(bug 37072) - prevents infinite job loop"
[lhc/web/wiklou.git] / includes / job / JobQueue.php
index a3493b4..7a4f0ad 100644 (file)
@@ -195,6 +195,7 @@ abstract class Job {
                $title = Title::makeTitleSafe( $namespace, $dbkey );
 
                if ( is_null( $title ) ) {
+                       wfProfileOut( __METHOD__ );
                        return false;
                }