Fix a small bug in SkinLegacy.
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 11 Feb 2011 06:42:40 +0000 (06:42 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 11 Feb 2011 06:42:40 +0000 (06:42 +0000)
includes/SkinLegacy.php

index e1e7b02..4f93dba 100644 (file)
@@ -107,7 +107,7 @@ class LegacyTemplate extends BaseTemplate {
 
                if ( !$shove ) {
                        $s .= "<td class='top' align='left' valign='top' rowspan='{$rows}'>\n" .
-                               $this->logoText() . '</td>';
+                               $this->getSkin()->logoText() . '</td>';
                } elseif ( $left ) {
                        $s .= $this->getQuickbarCompensator( $rows );
                }