From: Niklas Laxström Date: Tue, 14 Sep 2010 07:26:48 +0000 (+0000) Subject: Set caller for LinkBatch X-Git-Tag: 1.31.0-rc.0~34940 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=3a53e4d26e179f04a3d6fb695cc49e0f4233f9d7;p=lhc%2Fweb%2Fwiklou.git Set caller for LinkBatch --- 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(); }