From: Ævar Arnfjörð Bjarmason Date: Fri, 26 Aug 2005 14:16:16 +0000 (+0000) Subject: * Coding style X-Git-Tag: 1.6.0~1792 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=bc2d66f15ab9d3606d08b6a51ac5b39dd85c0ca3;p=lhc%2Fweb%2Fwiklou.git * Coding style --- 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;