From: Aaron Schulz Date: Mon, 27 Oct 2008 07:20:12 +0000 (+0000) Subject: Fix debug line X-Git-Tag: 1.31.0-rc.0~44571 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=35d27b219c3a204e52368031665658fab547b143;p=lhc%2Fweb%2Fwiklou.git Fix debug line --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 2f5664c112..61ecf58022 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -80,7 +80,7 @@ class LogEventsList { $this->getTitleInput( $page ) . "\n" . ( !$wgMiserMode ? ($this->getTitlePattern( $pattern )."\n") : "" ) . "

" . $this->getDateMenu( $y, $m ) . "\n" . - ( empty($filter) ? "

".$this->getFilterLinks( $type, $filter )."\n" : "" ) . + ( !empty($filter) ? "

".$this->getFilterLinks( $type, $filter )."\n" : "" ) . Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "

\n" . "" );