Fix regression from ba199ad4ec47e6b0c067a3b2a15882d3836ea009: typo in refactoring caused fatal error on unrecognized message source

Example report from live site: http://identi.ca/notice/14629110
This commit is contained in:
Brion Vibber 2009-11-14 13:14:20 -08:00
parent 3752c1fdce
commit 3bf1024771
1 changed files with 1 additions and 1 deletions

View File

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