One more time... :P shouldn't commit this late at night.

This commit is contained in:
Brion Vibber 2004-09-22 11:37:16 +00:00
parent b80ecd2110
commit a91c84bc1c

View 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;