From b433a529ab102eaac18176ba154575f38ddc7513 Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 3 Mar 2014 16:42:52 -0500 Subject: [PATCH] CC-5696: Two shows or even three shows playing at once. Unstopable even after reboot --- airtime_mvc/application/models/airtime/CcShow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/models/airtime/CcShow.php b/airtime_mvc/application/models/airtime/CcShow.php index 59da9b35a..99d3649bc 100644 --- a/airtime_mvc/application/models/airtime/CcShow.php +++ b/airtime_mvc/application/models/airtime/CcShow.php @@ -47,8 +47,8 @@ class CcShow extends BaseCcShow { */ public function getFirstCcShowDay($criteria = null, PropelPDO $con = null) { - CcShowPeer::clearInstancePool(); - CcShowPeer::clearRelatedInstancePool(); + /*CcShowPeer::clearInstancePool(); + CcShowPeer::clearRelatedInstancePool();*/ if(null === $this->collCcShowDayss || null !== $criteria) { if ($this->isNew() && null === $this->collCcShowDayss) {