Fix IDEA error in prepareQuickTemplate() call
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 3 Sep 2016 18:45:54 +0000 (11:45 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 3 Sep 2016 18:45:54 +0000 (11:45 -0700)
Change-Id: I5ee3424c55a499296bfd417ed1eda49a06d2c3f9

includes/skins/SkinTemplate.php

index b4be461..9e79c29 100644 (file)
@@ -244,7 +244,7 @@ class SkinTemplate extends Skin {
                $out = $this->getOutput();
 
                $this->initPage( $out );
-               $tpl = $this->prepareQuickTemplate( $out );
+               $tpl = $this->prepareQuickTemplate();
                // execute template
                $res = $tpl->execute();