DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2020 06:49:44 +0000 (14:49 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2020 06:49:44 +0000 (14:49 +0800)
DataObjects/Core_person.php

index 0c559aa..295d8a8 100644 (file)
@@ -549,7 +549,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     function genAutoLoginURL($url, $expires = false)  
     {
         $expires = $expires  === false ? strtotime("NOW + 1 WEEK") : $expires;
-        echo hash('sha256', serialize(array($url, $time, $this->email, $this->passwd)));
+        echo hash('sha256', serialize(array($url, $expires, $this->email, $this->passwd)));
         
         return $url.'/'.$this->id .'/'.$expires.'/'.
             hash('sha256',