DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 06:28:27 +0000 (14:28 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 06:28:27 +0000 (14:28 +0800)
DataObjects/Core_person.php

index df2eaf8..69b933a 100644 (file)
@@ -412,7 +412,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
                 $_SESSION[get_class($this)][$sesPrefix .'-auth-timeout'] = time() + (30*60); // eg. 30 minutes
                 setcookie('Pman.timeout', time() + (30*60), time() + (30*60), '/');
             }
-            
+            // not really sure why it's cloned..
             return   clone (self::$authUser);