1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD

Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD
This commit is contained in:
MikeyGMT
2016-02-24 17:43:38 +00:00
parent 7fba9bd190
commit 7b12fdfb00
7 changed files with 8 additions and 7 deletions

View File

@@ -986,7 +986,7 @@ class pageClass
}
else
{
e107::getMessage()->addError(LAN_PAGE_7);
e107::getMessage()->addError(LAN_INCORRECT_PASSWORD);
}
}
else