mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
NOISSUE PHP 5.4 이상 호환성 개선.
This commit is contained in:
parent
742af78932
commit
41ff8ace3b
32 changed files with 365 additions and 113 deletions
|
|
@ -52,6 +52,7 @@ class member extends ModuleObject {
|
|||
$isNotInstall = empty($args);
|
||||
|
||||
// Set the basic information
|
||||
$args = new stdClass;
|
||||
$args->enable_join = 'Y';
|
||||
$args->enable_openid = 'N';
|
||||
if(!$args->enable_auth_mail) $args->enable_auth_mail = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue