From 128b544632a447c1f7715dcdf050803189221188 Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Sat, 30 Apr 2011 22:12:51 +0000 Subject: [PATCH] Fix bug in Status::getItemXML --- includes/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Status.php b/includes/Status.php index 01b824f68f..79179f531d 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -146,7 +146,7 @@ class Status { foreach ( $params as $param ) { $xml .= Xml::element( 'param', null, $param ); } - $xml .= "type}>\n"; + $xml .= "\n"; return $xml; } -- 2.20.1