From: Platonides Date: Tue, 29 May 2012 17:34:43 +0000 (+0200) Subject: wfProfileOut() for new return added in c6396 (c4e407c) X-Git-Tag: 1.31.0-rc.0~23471^2 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=2c15039e4da081ac148b34c5cd48833a05d2d9bf;p=lhc%2Fweb%2Fwiklou.git wfProfileOut() for new return added in c6396 (c4e407c) Change-Id: I9fed0ba277fb32df65a772c8c4de123e2867b4c5 --- 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; }