From 995c863d6c91fa7d1cad78539ce19f6642ff7ee7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 7 Nov 2012 10:32:54 +0800 Subject: [PATCH] DataObjects/Core_watch.php --- DataObjects/Core_watch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 5c77b3d9..80a49a17 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -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; } -- 2.39.2