CC-3174 : showbuilder

incorrect variable name fixed for updating last scheduled timestamp.
This commit is contained in:
Naomi Aro 2012-02-17 11:14:44 +01:00
parent b2d0565ec4
commit 9bed56a2c3

View file

@ -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) {