CC-5150: Calendar->Add/Remove Show contents: Exception happens when try to adding contents for show

This commit is contained in:
denise 2013-05-16 13:42:06 -04:00
parent f4d313a67c
commit 3d09747990
3 changed files with 19 additions and 38 deletions

View file

@ -194,7 +194,7 @@ class CcShow extends BaseCcShow {
{
return CcShowInstancesQuery::create()
->filterByCcShow($this)
->filterByDbId($instanceId, Criteria::NOT_IN)
->filterByDbId($instanceId, Criteria::NOT_EQUAL)
->find();
}
} // CcShow