mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Issue #4325 - use vartrue();
This commit is contained in:
@@ -52,7 +52,7 @@ class plugin_signin_signin_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
$this->regMode = (int) defset('USER_REGISTRATION');
|
$this->regMode = (int) defset('USER_REGISTRATION');
|
||||||
|
|
||||||
$this->authMethod = varset($pref['auth_method'], 'e107');
|
$this->authMethod = vartrue($pref['auth_method'], 'e107');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user