Fix regression from 9f372da3da
: typo in refactoring caused fatal error on unrecognized message source
This commit is contained in:
parent
fe18063bd2
commit
133ca0ef6b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user