public function getDimesions()
{
return $this->dimensions;
}
should be ...
public function getDimensions()
{
return $this->dimensions;
}
Also elsewhere mispelled in the file gapi.class.php version 1.3
Original issue reported on code.google.com by pdt...@gmail.com on 3 Dec 2009 at 11:59
Original issue reported on code.google.com by
pdt...@gmail.com
on 3 Dec 2009 at 11:59