1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Issue #4325 - use vartrue();

This commit is contained in:
Cameron
2020-12-31 07:10:25 -08:00
parent 03e536a5b4
commit 6ef9b8f2f2

View File

@@ -52,7 +52,7 @@ class plugin_signin_signin_shortcodes extends e_shortcode
$this->regMode = (int) defset('USER_REGISTRATION');
$this->authMethod = varset($pref['auth_method'], 'e107');
$this->authMethod = vartrue($pref['auth_method'], 'e107');
}