mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
fixed login error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9422 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4c679ac041
commit
6b4ed81123
1 changed files with 19 additions and 18 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
if(!$password) return new Object(-1,'null_password');
|
if(!$password) return new Object(-1,'null_password');
|
||||||
|
|
||||||
$output = $this->doLogin($user_id, $password, $keep_signed=='Y'?true:false);
|
$output = $this->doLogin($user_id, $password, $keep_signed=='Y'?true:false);
|
||||||
|
if (!$output->toBool()) return $output;
|
||||||
|
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
$config = $oModuleModel->getModuleConfig('member');
|
$config = $oModuleModel->getModuleConfig('member');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue