DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 08:10:30 +0000 (16:10 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 08:10:30 +0000 (16:10 +0800)
DataObjects/Person.php

index a363ce4..9b3b47c 100644 (file)
@@ -456,7 +456,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         //var_dump(array(get_class($this),$sesPrefix .'-auth'));
         $_SESSION[get_class($this)][$sesPrefix .'-auth'] = serialize($this);
         
-        print-R($_SESSION);
+        print_r($_SESSION);
         
     }
     function logout()