FORPORT from REL1_4
[lhc/web/wiklou.git] / includes / SpecialLog.php
index a7c01e5..f7df7c5 100644 (file)
@@ -260,7 +260,7 @@ class LogViewer {
                $comment = $this->skin->commentBlock( $s->log_comment );
                $paramArray = LogPage::extractParams( $s->log_params );
                
-               $action = LogPage::actionText( $s->log_type, $s->log_action, $titleLink, $paramArray );
+               $action = LogPage::actionText( $s->log_type, $s->log_action, $titleLink, $paramArray, true );
                $out = "<li>$time $userLink $action $comment</li>\n";
                return $out;
        }