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

index 08f5393..ec2e1aa 100644 (file)
@@ -442,9 +442,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             if (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) {
                 $this->ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
             }
-        }
-        print_r($this);
-        exit;
+        }        
     }
     
     function beforeUpdate($old, $request,$roo)