andeedee / gapi-google-analytics-php-interface

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

bug in accountObjectMapper method #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call of requestAccountData

What is the expected output? What do you see instead?
no php errors/notifications

What version of the product are you using? On what operating system?
gapi 1.3

Please provide any additional information below.
here is code (lines 277, 288)
    $account_root_parameters['startDate'] = strval($google_results->startDate);
    $account_root_parameters['endDate'] = strval($google_results->endDate);

but $google_results is not defined

Original issue reported on code.google.com by p.kulba...@gmail.com on 11 Oct 2010 at 8:08

GoogleCodeExporter commented 9 years ago
Duplicate of #12

Original comment by dharkn...@gmail.com on 3 Dec 2010 at 6:57