I seem to be having some issues when trying to click to remove a bid from my schedule_bids.tpl file? Would anyone be able to help me figure this out?
This is what I have in the schedule module
public function removebid()
{
if(!Auth::LoggedIn()) return;
SchedulesData::RemoveBid($this->post->id);
}
When I go to click remove it just takes me to a white page, no error or anything? Any ides?