wfProfileOut() for new return added in c6396 (c4e407c)
authorPlatonides <platonides@gmail.com>
Tue, 29 May 2012 17:34:43 +0000 (19:34 +0200)
committerPlatonides <platonides@gmail.com>
Tue, 29 May 2012 17:34:43 +0000 (19:34 +0200)
Change-Id: I9fed0ba277fb32df65a772c8c4de123e2867b4c5

includes/job/JobQueue.php

index e436333..d99fd13 100644 (file)
@@ -188,6 +188,7 @@ abstract class Job {
                $title = Title::makeTitleSafe( $namespace, $dbkey );
 
                if ( is_null( $title ) ) {
+                       wfProfileOut( __METHOD__ );
                        return false;
                }