Fix regression from ba199ad4ec: 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

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;
} }