BUG report: TeraWurfl.php, line 257

Installing and configuring Tera-WURFL on your server.

BUG report: TeraWurfl.php, line 257

Postby leecher » Thu Jul 22, 2010 8:32 am

Code: Select all
   public function getDeviceCapabilitiesFromRequest($server){
      if(!isset($server))$server = $_SERVER;
      return getDeviceCapabilitiesFromAgent(WurflSupport::getUserAgent($server),WurflSupport::getAcceptHeader($server));
   }


should be

Code: Select all
   public function getDeviceCapabilitiesFromRequest($server){
      if(!isset($server))$server = $_SERVER;
      return $this->getDeviceCapabilitiesFromAgent(WurflSupport::getUserAgent($server),WurflSupport::getAcceptHeader($server));
   }


there is no fnc() getDeviceCapabilitiesFromAgent, so this should be a mistake :)
leecher
 
Posts: 9
Joined: Wed Jul 14, 2010 6:10 am

Re: BUG report: TeraWurfl.php, line 257

Postby kamermans » Thu Jul 22, 2010 1:19 pm

Indeed - this has been fixed in the development code.
Thanks,

Steve Kamerman
Tera-WURFL Author
COO of ScientiaMobile

IMPORTANT ANNOUNCEMENT! Tera-WURFL and WURFL have joined forces! We have launched ScientiaMobile to provide commercial support for our device detection solutions.

Tera-WURFL.com | Device Explorer
kamermans
Site Admin
 
Posts: 323
Joined: Wed Mar 10, 2010 12:06 pm
Location: Fort Worth, TX


Return to Installation / Configuration

Who is online

Users browsing this forum: No registered users and 5 guests

cron