mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Delete unuse class call at login.
This commit is contained in:
parent
7099e30372
commit
3fbcc3da9a
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ class memberController extends member
|
|||
// Check if change_password_date is set
|
||||
if($limit_date > 0)
|
||||
{
|
||||
$oMemberModel = getModel('member');
|
||||
if($member_info->change_password_date < date ('YmdHis', strtotime ('-' . $limit_date . ' day')))
|
||||
{
|
||||
$msg = sprintf(lang('msg_change_password_date'), $limit_date);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue