Skip to content
Snippets Groups Projects
Commit b6f8ac7d authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #11107 static function in m2m

parent 0a78e5bf
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ class SendMessageExchangeController
return true;
}
protected function control($aArgs = [])
protected static function control($aArgs = [])
{
$errors = [];
......@@ -218,7 +218,7 @@ class SendMessageExchangeController
return $errors;
}
protected function generateComments($aArgs = [])
protected static function generateComments($aArgs = [])
{
$aReturn = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment