mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
DirectorObjectForm: just spaces for obsolete tests
This commit is contained in:
parent
a88563f925
commit
5ab69a4876
@ -131,9 +131,9 @@ abstract class DirectorObjectForm extends QuickForm
|
|||||||
|
|
||||||
if ($object->supportsRanges()) {
|
if ($object->supportsRanges()) {
|
||||||
$object->ranges()->set(array(
|
$object->ranges()->set(array(
|
||||||
'monday' => 'eins',
|
'monday' => 'eins',
|
||||||
'tuesday' => '00:00-24:00',
|
'tuesday' => '00:00-24:00',
|
||||||
'sunday' => 'zwei',
|
'sunday' => 'zwei',
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user