summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Auth.php b/Auth.php
index 50ff497..0914622 100644
--- a/Auth.php
+++ b/Auth.php
@@ -849,8 +849,6 @@ class Auth
return $return;
}
- $row = $query->fetch();
-
$expiredate = strtotime($row['expire']);
$currentdate = strtotime(date("Y-m-d H:i:s"));