Minor fixes to payment, host manage and plesk
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->module_method->name()));
|
||||
$user->log(sprintf('Token %s used for method %s [%s]',$mmto->token,$mmto->module_method->name(),Request::current()->param('id')));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user