One more time... :P shouldn't commit this late at night.
This commit is contained in:
parent
b80ecd2110
commit
a91c84bc1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue