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

index 5a23c8d..2771da2 100644 (file)
@@ -552,7 +552,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         return $url.'/'.$this->id .'/'.$expires.'/'.
             hash('sha254',
                 serialize(
-                    array($url, $time, $this->passwd)
+                    array($url, $expires, $this->passwd)
                 )
             );