DataObjects/Events.php
authorKH Lau <khlau@roojs.com>
Fri, 27 Oct 2017 09:08:21 +0000 (17:08 +0800)
committerKH Lau <khlau@roojs.com>
Fri, 27 Oct 2017 09:08:21 +0000 (17:08 +0800)
DataObjects/Events.php

index 0606c53..08f5393 100644 (file)
@@ -443,6 +443,8 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
                 $this->ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
             }
         }
+        print_r($this);
+        exit;
     }
     
     function beforeUpdate($old, $request,$roo)