CC-3174 : showbuilder
incorrect variable name fixed for updating last scheduled timestamp.
This commit is contained in:
parent
b2d0565ec4
commit
9bed56a2c3
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class Application_Model_Scheduler {
|
||||||
|
|
||||||
//update the last scheduled timestamp.
|
//update the last scheduled timestamp.
|
||||||
CcShowInstancesQuery::create()
|
CcShowInstancesQuery::create()
|
||||||
->filterByPrimaryKeys($showInstances)
|
->filterByPrimaryKeys($affectedShowInstances)
|
||||||
->update(array('DbLastScheduled' => new DateTime("now", new DateTimeZone("UTC"))), $this->con);
|
->update(array('DbLastScheduled' => new DateTime("now", new DateTimeZone("UTC"))), $this->con);
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue