From da3d0789172a343be39ef1045b98d96a4f79cd68 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 10 Feb 2020 23:12:06 +0100 Subject: [PATCH] Forgot this.. --- plugins/account-create-hint/hint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');