From 3a53e4d26e179f04a3d6fb695cc49e0f4233f9d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 14 Sep 2010 07:26:48 +0000 Subject: [PATCH] Set caller for LinkBatch --- includes/Skin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Skin.php b/includes/Skin.php index dbce2af8f9..be19a29e83 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -244,6 +244,7 @@ class Skin extends Linker { } $lb = new LinkBatch( $titles ); + $lb->setCaller( __METHOD__ ); $lb->execute(); } -- 2.20.1