Aktionen
GX-Bug #41251
geschlossenFehler in CreateAccountContentControl.inc.php - error_birth_day <= ENTRY_COMPANY_ERROR
% erledigt:
100%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
Unbestimmt
Release Notes Langtext:
Beschreibung
In der Datei
/system/classes/accounts/CreateAccountContentControl.inc.php:261
heißt es:
$this->error_array['error_birth_day'] = sprintf(ENTRY_COMPANY_ERROR, ENTRY_COMPANY_MIN_LENGTH);
Korrekt sollte es vermutlich heißen:
$this->error_array['error_company'] = sprintf(ENTRY_COMPANY_ERROR, ENTRY_COMPANY_MIN_LENGTH);
Aktionen