summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-14 22:12:44 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-14 22:12:44 +0100
commit6512282241cbc06903f64a566295804017beb8e5 (patch)
treed88499f166805a5eb6b078d7e6cd1f30f410f779
parent017f8dc645062035fed898e4738f5b0cf5a1f3ac (diff)
parent133ca0ef6b13d4d693c2e03b831cc75517f89227 (diff)
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
-rw-r--r--lib/mailbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mailbox.php b/lib/mailbox.php
index e1d384a06..90a58b4c4 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;
}