diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-14 22:12:44 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-14 22:12:44 +0100 |
commit | 6512282241cbc06903f64a566295804017beb8e5 (patch) | |
tree | d88499f166805a5eb6b078d7e6cd1f30f410f779 /lib | |
parent | 017f8dc645062035fed898e4738f5b0cf5a1f3ac (diff) | |
parent | 133ca0ef6b13d4d693c2e03b831cc75517f89227 (diff) |
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mailbox.php | 2 |
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; } |