One more time... :P shouldn't commit this late at night.
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Sep 2004 11:37:16 +0000 (11:37 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Sep 2004 11:37:16 +0000 (11:37 +0000)
includes/User.php

index 0d87829..e9eeca7 100644 (file)
@@ -588,7 +588,7 @@ class User {
                                # scripts and can cause a user account to be unrecoverable
                                # except by SQL manipulation if a previously valid skin name
                                # is no longer valid.
-                               $sn = 'SkinStandard';
+                               $className = 'SkinStandard';
                                require_once( $IP.'/skins/Standard.php' );
                        }
                        $this->mSkin = new $className;