Changed DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Thu, 27 May 2021 07:43:08 +0000 (15:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 27 May 2021 07:43:08 +0000 (15:43 +0800)
DataObjects/Core_person.php

index f473b5c..7b61faf 100644 (file)
@@ -523,11 +523,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $this->isAuth(); // force session start..
         
         $sesPrefix = $this->sesPrefix();
-        
         $_SESSION[get_class($this)][$sesPrefix .'-auth-timeout'] = -1;
-        
         $_SESSION[get_class($this)][$sesPrefix .'-auth'] = "";
-        
         self::$authUser = false;
         
     }