--- /tmp/dsg/dolibarr/htdocs/adherents/canvas/default/tpl/github_adherentcard_create.tpl.php +++ /tmp/dsg/dolibarr/htdocs/adherents/canvas/default/tpl/client_adherentcard_create.tpl.php @@ -17,7 +17,8 @@ */ // Protection to avoid direct call of template -if (empty($conf) || !is_object($conf)) { +if (empty($conf) || !is_object($conf)) +{ print "Error, template page can't be called as URL"; exit; } --- /tmp/dsg/dolibarr/htdocs/adherents/canvas/default/tpl/github_adherentcard_edit.tpl.php +++ /tmp/dsg/dolibarr/htdocs/adherents/canvas/default/tpl/client_adherentcard_edit.tpl.php @@ -17,7 +17,8 @@ */ // Protection to avoid direct call of template -if (empty($conf) || !is_object($conf)) { +if (empty($conf) || !is_object($conf)) +{ print "Error, template page can't be called as URL"; exit; } @@ -134,8 +135,8 @@