Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 18 Jul 2012 09:17:42 +0000 (17:17 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Jul 2012 09:17:42 +0000 (17:17 +0800)
Notify.php

index 9cc3896..a462098 100644 (file)
@@ -65,7 +65,7 @@ class Pman_Core_Notify extends Pman
     var $target = 'Core/NotifySend';
     var $evtype = ''; // any notification...
                     // this script should only handle EMAIL notifications..
-    
+    var $force = false;
     function getAuth()
     {
         $ff = HTML_FlexyFramework::get();