NotifySend.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 Aug 2012 06:02:52 +0000 (14:02 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Aug 2012 06:02:52 +0000 (14:02 +0800)
NotifySend.php

index caf4291..9000039 100644 (file)
@@ -112,7 +112,7 @@ class Pman_Core_NotifySend extends Pman
         $p = $w->person();
         
         if (isset($p->active) && empty($p->active)) {
-              $ev = $this->addEvent('NOTIFY', $w,
+            $ev = $this->addEvent('NOTIFY', $w,
                             "Notification event cleared (not user not active any more)" );;
             $ww = clone($w);
             $w->sent = date('Y-m-d H:i:s');