From: Aaron Schulz Date: Sun, 13 Apr 2008 16:28:58 +0000 (+0000) Subject: Typo X-Git-Tag: 1.31.0-rc.0~48371 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=b4ad8e9ffb08c3203e99913a5de4815d2adaf1b4;p=lhc%2Fweb%2Fwiklou.git Typo --- 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 ); } /**