Skip to content

Commit

Permalink
Fix #9728 - cron.php fails with "must be compatible" error from AOPIn…
Browse files Browse the repository at this point in the history
…boundEmail.php
  • Loading branch information
kgaillot committed Aug 5, 2022
1 parent d2e0fa6 commit b4fad11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/InboundEmail/InboundEmail.php
Expand Up @@ -3607,7 +3607,7 @@ public function isMailBoxTypeCreateCase()
return ($this->mailbox_type == 'createcase' && !empty($this->groupfolder_id));
} // fn

public function handleCreateCase($email, $userId)
public function handleCreateCase(Email $email, $userId)
{
global $current_user, $mod_strings, $current_language;
$mod_strings = return_module_language($current_language, "Emails");
Expand Down

0 comments on commit b4fad11

Please sign in to comment.