Sync: just a modified TODO

This commit is contained in:
Thomas Gelf 2016-02-19 12:58:08 +01:00
parent 4eabaf5cd4
commit 37b2429aa1
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class Sync
$sources = $this->perpareImportSources($properties, $db);
$imported = $this->fetchImportedData($sources, $properties, $rule, $db);
// TODO: Make object_type and object_name mandatory?
// TODO: Make object_type (template, object...) and object_name mandatory?
$objects = IcingaObject::loadAllByType($rule->object_type, $db);
if ($rule->object_type === 'datalistEntry') {