From 2c15039e4da081ac148b34c5cd48833a05d2d9bf Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 29 May 2012 19:34:43 +0200 Subject: [PATCH] wfProfileOut() for new return added in c6396 (c4e407c) Change-Id: I9fed0ba277fb32df65a772c8c4de123e2867b4c5 --- includes/job/JobQueue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php index e436333f32..d99fd13675 100644 --- a/includes/job/JobQueue.php +++ b/includes/job/JobQueue.php @@ -188,6 +188,7 @@ abstract class Job { $title = Title::makeTitleSafe( $namespace, $dbkey ); if ( is_null( $title ) ) { + wfProfileOut( __METHOD__ ); return false; } -- 2.20.1