potential fix for active is required
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
@ -24,6 +24,7 @@ class User extends Model {
|
||||
function login()
|
||||
{
|
||||
if(!$this->id) return false;
|
||||
$this->load();
|
||||
$this->last_login = $this->getDateTime();
|
||||
$this->save();
|
||||
|
||||
|
Reference in New Issue
Block a user