CC-5696: Two shows or even three shows playing at once. Unstopable even after reboot

This commit is contained in:
drigato 2014-03-03 16:42:52 -05:00
parent 1715f2187d
commit b433a529ab
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ class CcShow extends BaseCcShow {
*/ */
public function getFirstCcShowDay($criteria = null, PropelPDO $con = null) public function getFirstCcShowDay($criteria = null, PropelPDO $con = null)
{ {
CcShowPeer::clearInstancePool(); /*CcShowPeer::clearInstancePool();
CcShowPeer::clearRelatedInstancePool(); CcShowPeer::clearRelatedInstancePool();*/
if(null === $this->collCcShowDayss || null !== $criteria) { if(null === $this->collCcShowDayss || null !== $criteria) {
if ($this->isNew() && null === $this->collCcShowDayss) { if ($this->isNew() && null === $this->collCcShowDayss) {