From: Brion Vibber Date: Wed, 22 Sep 2004 11:37:16 +0000 (+0000) Subject: One more time... :P shouldn't commit this late at night. X-Git-Tag: 1.5.0alpha1~1884 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=a91c84bc1c23c2827aa9946036bbdb12e1e01a7e;p=lhc%2Fweb%2Fwiklou.git One more time... :P shouldn't commit this late at night. --- diff --git a/includes/User.php b/includes/User.php index 0d87829f2c..e9eeca7148 100644 --- a/includes/User.php +++ b/includes/User.php @@ -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;