refs breakage on php 5.1... didn't i fix this before?
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 29 Sep 2005 07:55:46 +0000 (07:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 29 Sep 2005 07:55:46 +0000 (07:55 +0000)
includes/SkinTemplate.php

index d29d826..7a4b5a2 100644 (file)
@@ -251,7 +251,7 @@ class SkinTemplate extends Skin {
                $tpl->setRef( 'username', $this->username );
                $tpl->setRef( 'userpage', $this->userpage);
                $tpl->setRef( 'userpageurl', $this->userpageUrlDetails['href']);
-               $tpl->setRef( 'pagecss', $this->setupPageCss() );
+               $tpl->set( 'pagecss', $this->setupPageCss() );
                $tpl->setRef( 'usercss', $this->usercss);
                $tpl->setRef( 'userjs', $this->userjs);
                $tpl->setRef( 'userjsprev', $this->userjsprev);