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

index 33a4c80..87c44cb 100644 (file)
@@ -560,7 +560,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     
     function validateAutoLogin($called)
     {
-        $bits = explode($called);
+        $bits = explode("/",$called);
         $hash = array_pop($bits);
         $time = array_pop($bits);
         $id = array_pop($bits);