Don't show nav links for extracts
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 2 Apr 2008 17:30:13 +0000 (17:30 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 2 Apr 2008 17:30:13 +0000 (17:30 +0000)
includes/LogEventList.php

index 1d20fc3..f16a16a 100644 (file)
@@ -571,11 +571,9 @@ class LogViewer {
                $logBody = $this->pager->getBody();
                if( $logBody ) {
                        $out->addHTML(
-                               $this->pager->getNavigationBar() . 
                                $this->logEventList->beginLogEventList() .
                                $logBody .
-                               $this->logEventList->endLogEventList() .
-                               $this->pager->getNavigationBar()
+                               $this->logEventList->endLogEventList()
                        );
                } else {
                        $out->addWikiMsg( 'logempty' );