Notify.php
authorEdward <edward@roojs.com>
Tue, 3 Jun 2014 05:59:59 +0000 (13:59 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Jun 2014 05:59:59 +0000 (13:59 +0800)
Notify.php

index 63e3487..db5bc75 100644 (file)
@@ -122,6 +122,7 @@ class Pman_Core_Notify extends Pman
     
     function get($r,$opts)    
     {
+        print_r($r);exit;
         if ($opts['debug']) {
             DB_DataObject::debugLevel($opts['debug']);
             print_r($opts);