andeedee / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

dimensions is mispelled v1.3 #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
  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

GoogleCodeExporter commented 9 years ago
duplicate of #16

Original comment by pdt...@gmail.com on 7 Dec 2009 at 5:14