DataObjects/Core_watch.php
authorChris <chris@roojs.com>
Tue, 3 Sep 2013 05:31:59 +0000 (13:31 +0800)
committerChris <chris@roojs.com>
Tue, 3 Sep 2013 05:31:59 +0000 (13:31 +0800)
DataObjects/Core_watch.php

index 3cd6f65..57112bf 100644 (file)
@@ -195,7 +195,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
                     continue;
                 }
                 // the triggered method, can either do something
-                // or modify 
+                // or modify the notify event..
                 if ($do->{$dom[1]}($event, $n) !== false) {
                     continue;
                 }