diff --git a/components/ILIAS/FileDelivery/src/Setup/DeliveryMethodObjective.php b/components/ILIAS/FileDelivery/src/Setup/DeliveryMethodObjective.php index 5e630922f2c7..3ef9621a683c 100755 --- a/components/ILIAS/FileDelivery/src/Setup/DeliveryMethodObjective.php +++ b/components/ILIAS/FileDelivery/src/Setup/DeliveryMethodObjective.php @@ -50,7 +50,7 @@ public function getPreconditions(Environment $environment): array return array_merge( parent::getPreconditions($environment), [ - new \ilIniFilesPopulatedObjective() + new \ilIniFilesLoadedObjective() ] ); }