pownraj-anubavam / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Google_FreebaseService line 79 and 80 error #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check line 79 and 80 of the Google_FreebaseService.php

What is the expected output? What do you see instead?
There should not be any syntax error in that file

What version of the product are you using? On what operating system?
SVN version of google php api client and on Windows

Please provide any additional information below.
$this-> should probably be $this->text in line 79 and 80.

Original issue reported on code.google.com by muffycom...@gmail.com on 16 Aug 2012 at 11:11

GoogleCodeExporter commented 9 years ago
I changed $this-> to $this->text in line 79 and 80 respectively.

Original comment by muffycom...@gmail.com on 16 Aug 2012 at 11:33

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for reporting this issue! This is now resolved on trunk.

Original comment by chirags@google.com on 23 Aug 2012 at 5:55