Fix debug line
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 27 Oct 2008 07:20:12 +0000 (07:20 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 27 Oct 2008 07:20:12 +0000 (07:20 +0000)
includes/LogEventsList.php

index 2f5664c..61ecf58 100644 (file)
@@ -80,7 +80,7 @@ class LogEventsList {
                        $this->getTitleInput( $page ) . "\n" .
                        ( !$wgMiserMode ? ($this->getTitlePattern( $pattern )."\n") : "" ) .
                        "<p>" . $this->getDateMenu( $y, $m ) . "\n" .
-                       ( empty($filter) ? "</p><p>".$this->getFilterLinks( $type, $filter )."\n" : "" ) .
+                       ( !empty($filter) ? "</p><p>".$this->getFilterLinks( $type, $filter )."\n" : "" ) .
                        Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "</p>\n" .
                        "</fieldset></form>"
                );