CC-3639: Preferences-> Fade In is interpreted improperly (it is insanely high)
- the regular exp check in model class was wrong
This commit is contained in:
parent
ef908ee894
commit
1bb04296a9
4 changed files with 6 additions and 7 deletions
|
@ -321,7 +321,7 @@ class Application_Model_Scheduler {
|
|||
else {
|
||||
$sched = new CcSchedule();
|
||||
}
|
||||
|
||||
Logging::log(print_r($file,true));
|
||||
$sched->setDbStarts($nextStartDT)
|
||||
->setDbEnds($endTimeDT)
|
||||
->setDbFileId($file['id'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue