From 28e419c9f7d5727306042f141fed7d34d998ff2d Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 11 Sep 2005 11:20:29 +0000 Subject: [PATCH] profiling fix --- includes/Image.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Image.php b/includes/Image.php index 39ceca5b59..39acf98483 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -1427,6 +1427,7 @@ class Image } } $db->freeResult( $res ); + wfProfileOut( $fname ); return $retVal; } /** -- 2.20.1