Merge branch '2.5.x' into 2.5.x-saas
This commit is contained in:
commit
aa9998d842
1 changed files with 2 additions and 2 deletions
|
@ -155,9 +155,9 @@ class Application_Service_ShowService
|
|||
private function storeOrigLocalShowInfo()
|
||||
{
|
||||
if ($this->ccShow->isRepeating()) {
|
||||
$this->origCcShowDay = $this->ccShow->getFirstRepeatingCcShowDay();
|
||||
$this->origCcShowDay = clone $this->ccShow->getFirstRepeatingCcShowDay();
|
||||
} else {
|
||||
$this->origCcShowDay = $this->ccShow->getFirstCcShowDay();
|
||||
$this->origCcShowDay = clone $this->ccShow->getFirstCcShowDay();
|
||||
}
|
||||
|
||||
$this->oldShowTimezone = $this->origCcShowDay->getDbTimezone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue