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

Commit

Permalink
Added static to setBidOnSchedule() as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Aguayo committed Nov 9, 2014
1 parent 1010062 commit b79520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/SchedulesData.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ public static function getBidWithRoute($pilotid, $code, $flightnum)
return DB::get_row($sql);
}

public function setBidOnSchedule($scheduleid, $bidid)
public static function setBidOnSchedule($scheduleid, $bidid)
{
$scheduleid = intval($scheduleid);
$bidid = intval($bidid);
Expand Down

0 comments on commit b79520d

Please sign in to comment.