CC-5696: Two shows or even three shows playing at once. Unstopable even after reboot
This commit is contained in:
parent
1715f2187d
commit
b433a529ab
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue