Skip to content

Commit

Permalink
media manager ist jetzt pflicht
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jan 15, 2023
1 parent 7a045f8 commit 729dd5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
rex_cronjob_manager::registerType(rex_cronjob_feeds::class);
}

if (rex_addon::get('media_manager')->isAvailable()) {
rex_media_manager::addEffect(rex_effect_feeds::class);
}

rex_media_manager::addEffect(rex_effect_feeds::class);

if (rex_addon::get('watson')->isAvailable()) {

function feedsearch(rex_extension_point $ep){
Expand Down

0 comments on commit 729dd5c

Please sign in to comment.