summaryrefslogtreecommitdiff
path: root/www/wiki/skins/chameleon/src/Components/FooterInfo.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/chameleon/src/Components/FooterInfo.php')
-rw-r--r--www/wiki/skins/chameleon/src/Components/FooterInfo.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/wiki/skins/chameleon/src/Components/FooterInfo.php b/www/wiki/skins/chameleon/src/Components/FooterInfo.php
index bf64b453..2d43279d 100644
--- a/www/wiki/skins/chameleon/src/Components/FooterInfo.php
+++ b/www/wiki/skins/chameleon/src/Components/FooterInfo.php
@@ -66,7 +66,6 @@ class FooterInfo extends Component {
$footerlinks = $this->getSkinTemplate()->getFooterLinks();
$this->indent( 1 );
foreach ( $footerlinks as $category => $links ) {
-
if ( $category !== 'places' ) {
$ret .= $this->indent() . '<!-- ' . htmlspecialchars( $category ) . ' -->';