From 566a0ba7850aa8a4909bfc6993a25aab49f24735 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Feb 2021 11:42:55 +0100 Subject: [PATCH] Code comment --- htdocs/public/members/new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index 6788ff2d70c..26c110ee1df 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -602,7 +602,7 @@ print ''.$langs->trans("URLPhoto").''."\n"; // Other attributes -$tpl_context = 'public'; //BUG #11554 : define templae context to public +$tpl_context = 'public'; // define templae context to public include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_add.tpl.php'; // Comments print '';