Added more descriptive error messages for three cases.

This commit is contained in:
2022-04-13 13:49:22 +02:00
parent 9bff04b518
commit 85f5824f7b
3 changed files with 12 additions and 4 deletions

View File

@@ -36,6 +36,12 @@
There is an incorrect email in the moderators list.
{elseif $error_code == 11}
You do not own this list.
{elseif $error_code == 12}
The list does not exist within the mlmmj working folder.
{elseif $error_code == 13}
The list name exceeds the maximum length of 50 chars.
{elseif $error_code == 14}
The list name contains chars which are not allowed.
{else}
Unknown error.
{/if}