Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

This commit is contained in:
Siebrand Mazeland 2009-11-14 22:12:44 +01:00
commit 6512282241

View File

@ -282,7 +282,7 @@ class MailboxAction extends CurrentUserDesignAction
$ns->name); $ns->name);
$this->elementEnd('span'); $this->elementEnd('span');
} else { } else {
$this->out->element('span', 'device', $source_name); $this->element('span', 'device', $source_name);
} }
break; break;
} }