NotifySend.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 14:57:08 +0000 (22:57 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 14:57:08 +0000 (22:57 +0800)
NotifySend.php

index 42d3eca..a7a6d59 100644 (file)
@@ -13,11 +13,9 @@ require_once 'Pman.php';
  */
 
 
-class Pman_Core_Notify extends Pman
+class Pman_Core_NotifySend extends Pman
 {
     
-    var $table = 'core_notify';
-    var $target = 'Core/NotifySend';
     
     function getAuth()
     {