From 86927a2467acb925b7a8d5484fd3b888ddefed90 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 10 Nov 2017 10:30:25 +0100
Subject: [PATCH] included files path are relative to INCLUDE_PATH

---
 templates/accountProfiles/valid-accounts.php.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/accountProfiles/valid-accounts.php.tt2 b/templates/accountProfiles/valid-accounts.php.tt2
index e067406..1c36165 100644
--- a/templates/accountProfiles/valid-accounts.php.tt2
+++ b/templates/accountProfiles/valid-accounts.php.tt2
@@ -4,7 +4,7 @@ $validTestAccounts = array (
     'authcrypt:Hash',
 
 [% FOREACH account IN accounts %]
-  [% PROCESS "${account.account_profile()}.tt2" %]
+  [% PROCESS "accountProfiles/${account.account_profile()}.tt2" %]
   'user[% account.id() %]:{SHA256}[% account.user_password_hash() %]=' => array(
   [% FOREACH attribute IN account_profile.pairs -%]
    [% NEXT IF attribute.key.match('^(type|comment)$') %]
-- 
GitLab