From 22d8d153fda4d3eab90c765da47b6509865cf7dc Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 15 Oct 2009 11:36:30 +0000 Subject: [PATCH] Removed unrelated change that slipped into r57769 --- includes/specials/SpecialLog.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/specials/SpecialLog.php b/includes/specials/SpecialLog.php index 700cd59a83..d1ccc8c480 100644 --- a/includes/specials/SpecialLog.php +++ b/includes/specials/SpecialLog.php @@ -60,8 +60,6 @@ function wfSpecialLog( $par = '' ) { $qc = array( 'ls_field' => 'target_author_id', 'ls_value' => $offender->getId() ); } else if( $offender && IP::isIPAddress( $offender->getName() ) ) { $qc = array( 'ls_field' => 'target_author_ip', 'ls_value' => $offender->getName() ); - } else { - $qc = array( "1 = 0" ); // empty } } # Create a LogPager item to get the results and a LogEventsList item to format them... -- 2.20.1