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:
parent
3752c1fdce
commit
3bf1024771
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user