make formatValues() method public and static

This commit is contained in:
Marc Michalsky forumZFD 2020-12-15 14:56:10 +01:00
parent 1df6230bad
commit e16e5525bd
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -282,7 +282,7 @@ class CRM_TwingleCampaign_BAO_TwingleProject extends Campaign {
* *
* @throws Exception * @throws Exception
*/ */
protected function formatValues(array &$values, string $direction) { public static function formatValues(array &$values, string $direction) {
if ($direction == self::IN) { if ($direction == self::IN) {