I don't have the AircraftData.class.php in core/common/ . I'm guessing it will be in OperationsData.class.php
Contains this extract -
public static function addAircaft($data)
{
/*$data = array('icao'=>$this->post->icao,
'name'=>$this->post->name,
'fullname'=>$this->post->fullname,
'registration'=>$this->post->registration,
'downloadlink'=>$this->post->downloadlink,
'imagelink'=>$this->post->imagelink,
'range'=>$this->post->range,
'weight'=>$this->post->weight,
'cruise'=>$this->post->cruise,
'maxpax'=>$this->post->maxpax,
'maxcargo'=>$this->post->maxcargo,
'enabled'=>$this->post->enabled);*/