make formatValues() method public and static
This commit is contained in:
parent
1df6230bad
commit
e16e5525bd
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class CRM_TwingleCampaign_BAO_TwingleProject extends Campaign {
|
|||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
protected function formatValues(array &$values, string $direction) {
|
||||
public static function formatValues(array &$values, string $direction) {
|
||||
|
||||
if ($direction == self::IN) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue