Fixed typo.

This commit is contained in:
denise 2013-05-31 09:40:23 -04:00
parent b1c18f89db
commit f28ab12281
1 changed files with 3 additions and 3 deletions

View File

@ -379,11 +379,11 @@ SQL;
} }
if (count($daysRemoved) > 0) { if (count($daysRemoved) > 0) {
//delete repeating show instances for the repeating
//days that were removed
if ($this->ccShow->isLinked()) { if ($this->ccShow->isLinked()) {
$this->preserveLinkedShowContent(); $this->preserveLinkedShowContent();
} }
//delete repeating show instances for the repeating
//days that were removed
$this->deleteRemovedShowDayInstances($daysRemoved, $this->deleteRemovedShowDayInstances($daysRemoved,
$ccShowDays, $showId); $ccShowDays, $showId);
} }
@ -430,7 +430,7 @@ SQL;
private function preserveLinkedShowContent() private function preserveLinkedShowContent()
{ {
/* Get show content from any linekd instance. It doesn't /* Get show content from any linked instance. It doesn't
* matter which instance since content is the same in all. * matter which instance since content is the same in all.
*/ */
$ccShowInstance = $this->ccShow->getCcShowInstancess()->getFirst(); $ccShowInstance = $this->ccShow->getCcShowInstancess()->getFirst();