From: Brion Vibber Date: Sat, 14 Nov 2009 21:10:47 +0000 (-0800) Subject: Fix regression from 9f372da3da4bd445175eda9155fa7fdd13d3c85e: typo in refactoring... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=133ca0ef6b13d4d693c2e03b831cc75517f89227;p=quix0rs-gnu-social.git Fix regression from 9f372da3da4bd445175eda9155fa7fdd13d3c85e: typo in refactoring caused fatal error on unrecognized message source --- diff --git a/lib/mailbox.php b/lib/mailbox.php index e1d384a063..90a58b4c48 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -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; }