From b4ad8e9ffb08c3203e99913a5de4815d2adaf1b4 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 13 Apr 2008 16:28:58 +0000 Subject: [PATCH] Typo --- includes/LogEventsList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 0e784109e4..84f5588061 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -331,7 +331,7 @@ class LogEventsList { * @return bool */ public static function typeAction( $row, $type, $action ) { - return ( $row->log_type == $type && $row->log_action = $action ); + return ( $row->log_type == $type && $row->log_action == $action ); } /** -- 2.20.1