From: Alan Knowles Date: Mon, 15 Oct 2018 06:28:27 +0000 (+0800) Subject: DataObjects/Core_person.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9279f2e4ab6e4dc03c4864f7243c4f1ff6dffa0a DataObjects/Core_person.php --- diff --git a/DataObjects/Core_person.php b/DataObjects/Core_person.php index df2eaf8d..69b933a6 100644 --- a/DataObjects/Core_person.php +++ b/DataObjects/Core_person.php @@ -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);