DataObjects/Core_watch.php
[Pman.Core] / DataObjects / Core_watch.php
index 5c77b3d..80a49a1 100644 (file)
@@ -165,7 +165,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
         
         foreach($watches as $watch) {
             if (!$watch->person_id) { // no people??? bugs in watch table
-                $dom = explode(':',$watch->event);
+                $dom = explode(':',$watch->medium);
                 if (count($dom) != 2) {
                     continue;
                 }