From bc2d66f15ab9d3606d08b6a51ac5b39dd85c0ca3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 26 Aug 2005 14:16:16 +0000 Subject: [PATCH] * Coding style --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index bed9e52bdc..b4dcb45f63 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -719,7 +719,7 @@ class SkinTemplate extends Skin { } } - wfRunHooks( 'SkinTemplateContentActions', array(&$content_actions) ); + wfRunHooks( 'SkinTemplateContentActions', array( &$content_actions ) ); wfProfileOut( $fname ); return $content_actions; -- 2.20.1