diff --git a/plugins/account-create-hint/hint.php b/plugins/account-create-hint/hint.php index b88af30a..b7ff8a7a 100644 --- a/plugins/account-create-hint/hint.php +++ b/plugins/account-create-hint/hint.php @@ -10,6 +10,6 @@ defined('MYAAC') or die('Direct access not allowed!'); global $twig_loader; -$twig_loader->prependPath(BASE . 'plugins/account-create'); +$twig_loader->prependPath(BASE . 'plugins/account-create-hint'); $twig->display('hint.html.twig');