From: IAlex Date: Sat, 20 Oct 2012 20:05:45 +0000 (+0000) Subject: Merge "(bug 40857) fix non-array sidebar links handling in CologneBlue" X-Git-Tag: 1.31.0-rc.0~21927 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=1162a32ef22973ba3c92b7b91c146deef217be10;p=lhc%2Fweb%2Fwiklou.git Merge "(bug 40857) fix non-array sidebar links handling in CologneBlue" --- 1162a32ef22973ba3c92b7b91c146deef217be10 diff --cc skins/CologneBlue.php index d99f427e64,a8e308add3..22ec0f9c48 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@@ -585,12 -590,12 +585,12 @@@ class CologneBlueTemplate extends BaseT // Personal tools ("My pages") $bar['qbmyoptions'] = $this->getPersonalTools(); foreach ( array ( 'logout', 'createaccount', 'login', 'anonlogin' ) as $key ) { - $bar['qbmyoptions'][$key] = false; + $bar['qbmyoptions'][$key] = null; } - + $additions_done = true; } - + // Re-insert current heading, unless it's SEARCH if ( $heading != 'SEARCH' ) { $bar[$heading] = $plain_bar[$heading];