mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
whitespace
This commit is contained in:
parent
344e04f9a7
commit
301d6f0c17
@ -80,7 +80,6 @@ if ($result !== false) {
|
||||
$stmt->bindParam(':sessionid', $row['sessionid']);
|
||||
$stmt->execute();
|
||||
if (method_exists($authenticator,'startAccounting')) {
|
||||
|
||||
$time_spend = time() - $row['created'];
|
||||
$authenticator->stopAccounting($row['username'], $row['sessionid'], $time_spend);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user