* Make tests work better together. Tests are now skipped or marked incomplete.
[lhc/web/wiklou.git] / includes / LogPage.php
index 229b3d8..1d8d6c1 100644 (file)
@@ -378,6 +378,8 @@ class LogPage {
                        $params = array( $params );
                }
 
+               if ( $comment === null ) $comment = "";
+
                $this->action = $action;
                $this->target = $target;
                $this->comment = $comment;