Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 362eabd

Browse files
committed
Changed to static method
1 parent 99b5c14 commit 362eabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/PilotData.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ public static function getPilotGroups($pilotid)
951951
* @param int The pilot ID for which to generate a signature for
952952
* @return bool Success
953953
*/
954-
public function generateSignature($pilotid)
954+
public static function generateSignature($pilotid)
955955
{
956956
$pilot = self::getPilotData($pilotid);
957957
$pilotcode = self::getPilotCode($pilot->code, $pilot->pilotid);

0 commit comments

Comments
 (0)