Index: trunk/phase3/includes/Skin.php |
— | — | @@ -1620,6 +1620,7 @@ |
1621 | 1621 | |
1622 | 1622 | $bar = array(); |
1623 | 1623 | $lines = explode( "\n", wfMsgForContent( 'sidebar' ) ); |
| 1624 | + $heading = ''; |
1624 | 1625 | foreach ($lines as $line) { |
1625 | 1626 | if (strpos($line, '*') !== 0) |
1626 | 1627 | continue; |
— | — | @@ -1649,7 +1650,6 @@ |
1650 | 1651 | } |
1651 | 1652 | } |
1652 | 1653 | |
1653 | | - if( !isset($heading) ) $heading=''; |
1654 | 1654 | $bar[$heading][] = array( |
1655 | 1655 | 'text' => $text, |
1656 | 1656 | 'href' => $href, |