From a1699eb2dd4d17f7ada4b6d9b147b204180f8529 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 8 Apr 2008 08:51:52 +0000 Subject: [PATCH] type/time --- includes/LogEventsList.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index d89ffd2c29..3dada77537 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -498,6 +498,8 @@ class LogPager extends ReverseChronologicalPager { $index = array( 'USE INDEX' => array( 'logging' => 'user_time' ) ); } else if( $this->title || $this->pattern ) { $index = array( 'USE INDEX' => array( 'logging' => 'page_time' ) ); + } else if( $this->type ) { + $index = array( 'USE INDEX' => array( 'logging' => 'type_time' ) ); } else { $index = array( 'USE INDEX' => array( 'logging' => 'times' ) ); } -- 2.20.1