Skip to content
Snippets Groups Projects
Commit b1a280de authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: error message

parent 22bde298
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ if (empty($conf->adherent->enabled)) accessforbidden('',1,1,1); ...@@ -71,7 +71,7 @@ if (empty($conf->adherent->enabled)) accessforbidden('',1,1,1);
if (empty($conf->global->MEMBER_ENABLE_PUBLIC)) if (empty($conf->global->MEMBER_ENABLE_PUBLIC))
{ {
print $langs->trans("Auto subscription form for public visitors has no been enabled"); print $langs->trans("Auto subscription form for public visitors has not been enabled");
exit; exit;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment