Set caller for LinkBatch
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 14 Sep 2010 07:26:48 +0000 (07:26 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 14 Sep 2010 07:26:48 +0000 (07:26 +0000)
includes/Skin.php

index dbce2af..be19a29 100644 (file)
@@ -244,6 +244,7 @@ class Skin extends Linker {
                }
 
                $lb = new LinkBatch( $titles );
+               $lb->setCaller( __METHOD__ );
                $lb->execute();
        }