Minor fixes to statement, services and internal things
Many misc updates
This commit is contained in:
@@ -198,7 +198,7 @@ class Auth_OSB extends Auth_ORM {
|
||||
Session::instance()->set('token',$token);
|
||||
|
||||
$user = ORM::factory('account',$mmto->account_id);
|
||||
$user->log(sprintf('Token %s used for method %s',$mmto->token,$mmto->method_id));
|
||||
$user->log(sprintf('Token %s used for method %s',$mmto->token,$mmto->module_method->name()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user