aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/details/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/course/details/index.php')
-rw-r--r--app/views/course/details/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/details/index.php b/app/views/course/details/index.php
index eb7da10..545454a 100644
--- a/app/views/course/details/index.php
+++ b/app/views/course/details/index.php
@@ -496,7 +496,7 @@ if (!empty($mvv_tree)) : ?>
</article>
<? endif ?>
-<? foreach (PluginManager::getInstance()->getPlugins('DetailspagePlugin') as $plugin) : ?>
+<? foreach (PluginManager::getInstance()->getPlugins(DetailspagePlugin::class) as $plugin) : ?>
<? $template = $plugin->getDetailspageTemplate($course) ?>
<? if ($template) : ?>
<article class="studip">