andeedee / gapi-google-analytics-php-interface

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

Incorrect variable name #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This line

    $report_root_parameters[$key] = intval($open_search_result);

uses the wrong variable name, $report_root_parameters. Around this line are 
many references to $account_root_parameters. It looks like a simply 
copy-and-paste error from reportObjectMapper().

What version of the product are you using? On what operating system?
1.3 (line 277)
Still appears in SVN (257)

Original issue reported on code.google.com by emperorf...@gmail.com on 3 Dec 2010 at 6:31