DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:47:27 +0000 (15:47 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:47:27 +0000 (15:47 +0800)
DataObjects/Core_notify.php

index d6415f4..3a571d6 100644 (file)
@@ -122,7 +122,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
     
     function applyFilters($q, $au, $roo)
     {
-        if (isset($q['ontable']) && !in_array($q['ontable'], array('Person', 'Events' . 'core_watch')) {
+        if (isset($q['ontable']) && !in_array($q['ontable'], array('Person', 'Events' . 'core_watch'))) {
             // this will only work on tables not joined to ours.