From: Reedy Date: Tue, 9 Dec 2014 14:41:46 +0000 (+0000) Subject: Fix type hint in SkinTemplateOutputPageBeforeExec in hooks.txt X-Git-Tag: 1.31.0-rc.0~13041 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=0456d8e27258dd40d006ba1cc6eccee88a3c5c12;p=lhc%2Fweb%2Fwiklou.git Fix type hint in SkinTemplateOutputPageBeforeExec in hooks.txt No Template class, it's QuickTemplate or subclasses Change-Id: Ie0868a98f762ab13aaa075cf4b1a8bcc5aea0b8c --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 062a0c8fe8..f8b077ed89 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2424,7 +2424,7 @@ after variants have been added. 'SkinTemplateOutputPageBeforeExec': Before SkinTemplate::outputPage() starts page output. &$sktemplate: SkinTemplate object -&$tpl: Template engine object +&$tpl: QuickTemplate engine object 'SkinTemplatePreventOtherActiveTabs': Use this to prevent showing active tabs. $sktemplate: SkinTemplate object