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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user