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.

    Comment

    Working...
    X