Active
Project:
Google Base
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2011 at 22:34 UTC
Updated:
26 Jan 2011 at 18:24 UTC
For the class googlebase_batch please update definition of the class so that the public methods and their associative protected properties to not have the same names. For example public function insert and protected property insert. I kid you not there are servers that does not like this.. would either give an error or the operation
$this->insert[$node->nid] = $node; would not even set the property.
Comments
Comment #1
longwaveCan you submit a patch for this? I can see why this could cause problems, but haven't seen any errors on the sites that I run Google Base on yet.