Plugin - Fix conflict of filename tpl using twig in plugins lti - refs CT#4504

pull/4517/head
Christian 3 years ago
parent b4f8a714cb
commit c5bc7e4149
  1. 2
      plugin/lti_provider/admin.php
  2. 0
      plugin/lti_provider/view/provider_admin.tpl

@ -27,7 +27,7 @@ $htmlHeadXtra[] = api_get_css(
$template = new Template($plugin->get_title());
$template->assign('platforms', $platforms);
$content = $template->fetch('lti_provider/view/admin.tpl');
$content = $template->fetch('lti_provider/view/provider_admin.tpl');
$template->assign('header', $plugin->get_title());
$template->assign('content', $content);

Loading…
Cancel
Save