syntax error, stupid me
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 26 Jan 2011 16:58:48 +0000 (16:58 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 26 Jan 2011 16:58:48 +0000 (16:58 +0000)
includes/SkinTemplate.php

index cafc46e..d074f1e 100644 (file)
@@ -385,7 +385,7 @@ class SkinTemplate extends Skin {
                        $this->credits = false;
 
                        if( $wgMaxCredits != 0 ){
-                               $this->credits = Credits::getCredits( $, $wgMaxCredits, $wgShowCreditsIfMax );
+                               $this->credits = Credits::getCredits( $article, $wgMaxCredits, $wgShowCreditsIfMax );
                        } else {
                                $tpl->set( 'lastmod', $this->lastModified() );
                        }