Announcement

Collapse
No announcement yet.

field name misspelled in application\Espo\Services\App.php

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • field name misspelled in application\Espo\Services\App.php

    Line 133: if ($user->get('emailAddrses') === $emailAddress->get('name')) continue;
    Lines 136-138: if ($user->get('emailAddrses')) { array_unshift($emailAddressList, $user->get('emailAddrses')); }

    Field 'emailAddrses' does not exist

  • #2
    Thanks.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...
    X