From: Max Semenik Date: Thu, 19 Nov 2009 18:57:04 +0000 (+0000) Subject: Fixed E_DEPRECATED X-Git-Tag: 1.31.0-rc.0~38752 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=95515fdb7a23221578ef4a93d695c7a3381ee53d;p=lhc%2Fweb%2Fwiklou.git Fixed E_DEPRECATED --- diff --git a/includes/Skin.php b/includes/Skin.php index 026fbd127c..4873fa120b 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2045,7 +2045,7 @@ END; } $bar = array(); - $this->addToSidebar( &$bar, 'sidebar' ); + $this->addToSidebar( $bar, 'sidebar' ); wfRunHooks( 'SkinBuildSidebar', array( $this, &$bar ) ); if ( $wgEnableSidebarCache ) $parserMemc->set( $key, $bar, $wgSidebarCacheExpiry );