]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix regression from ba199ad4ec47e6b0c067a3b2a15882d3836ea009: typo in refactoring...
authorBrion Vibber <brion@pobox.com>
Sat, 14 Nov 2009 21:14:20 +0000 (13:14 -0800)
committerBrion Vibber <brion@pobox.com>
Sat, 14 Nov 2009 21:14:20 +0000 (13:14 -0800)
Example report from live site: http://identi.ca/notice/14629110

lib/mailbox.php

index e1d384a0635207d97e9c04c1482f8d6fa65e05a7..90a58b4c486bfed92fe98f28371dacf6446182e9 100644 (file)
@@ -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;
         }