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

This commit is contained in:
Brion Vibber 2009-11-14 13:10:47 -08:00
parent fe18063bd2
commit 133ca0ef6b
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;
}