Don't generate article list if we have no article to show
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 7 Jun 2004 08:27:13 +0000 (08:27 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 7 Jun 2004 08:27:13 +0000 (08:27 +0000)
includes/Parser.php

index 6f4f2ee..9437fbf 100644 (file)
@@ -561,7 +561,7 @@ cl_sortkey" ;
        
                        }
                        $r .= "</tr></table>";
-               } else {
+               } elseif ( count ( $articles )  > 0) {
                        // for short lists of articles in categories.
                        $ti = $this->mTitle->getText() ;