From: Daniel Friesen Date: Fri, 11 Feb 2011 06:42:40 +0000 (+0000) Subject: Fix a small bug in SkinLegacy. X-Git-Tag: 1.31.0-rc.0~32052 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=910b407dc906f8adaaaef6159ab04f789c404f0e;p=lhc%2Fweb%2Fwiklou.git Fix a small bug in SkinLegacy. --- 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 ); }