Typo
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Apr 2008 16:28:58 +0000 (16:28 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Apr 2008 16:28:58 +0000 (16:28 +0000)
includes/LogEventsList.php

index 0e78410..84f5588 100644 (file)
@@ -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 );
        }
        
        /**