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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • telecastg
    Active Community Member
    • Jun 2018
    • 907

    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
  • yuri
    Member
    • Mar 2014
    • 8556

    #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...