]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix regression from 9f372da3da4bd445175eda9155fa7fdd13d3c85e: typo in refactoring...
authorBrion Vibber <brion@pobox.com>
Sat, 14 Nov 2009 21:10:47 +0000 (13:10 -0800)
committerBrion Vibber <brion@pobox.com>
Sat, 14 Nov 2009 21:10:47 +0000 (13:10 -0800)
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;
         }