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)
|
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) {
|
||||||
|
|
Loading…
Reference in New Issue