From 910b407dc906f8adaaaef6159ab04f789c404f0e Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Fri, 11 Feb 2011 06:42:40 +0000 Subject: [PATCH] Fix a small bug in SkinLegacy. --- includes/SkinLegacy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinLegacy.php b/includes/SkinLegacy.php index e1e7b02dd5..4f93dba6ba 100644 --- a/includes/SkinLegacy.php +++ b/includes/SkinLegacy.php @@ -107,7 +107,7 @@ class LegacyTemplate extends BaseTemplate { if ( !$shove ) { $s .= "\n" . - $this->logoText() . ''; + $this->getSkin()->logoText() . ''; } elseif ( $left ) { $s .= $this->getQuickbarCompensator( $rows ); } -- 2.20.1