Fix ITL methods templates for timeperiods

fixes #12338
This commit is contained in:
Michael Friedrich 2016-08-15 16:16:23 +02:00
parent d341783a51
commit 1ec7d366a7
1 changed files with 2 additions and 2 deletions

View File

@ -65,11 +65,11 @@ System.assert(Internal.run_with_activation_context(function() {
} }
template TimePeriod "empty-timeperiod" use (_Internal) { template TimePeriod "empty-timeperiod" use (_Internal) {
execute = _Internal.EmptyTimePeriod update = _Internal.EmptyTimePeriod
} }
template TimePeriod "even-minutes-timeperiod" use (_Internal) { template TimePeriod "even-minutes-timeperiod" use (_Internal) {
execute = _Internal.EvenMinutesTimePeriod update = _Internal.EvenMinutesTimePeriod
} }
})) }))