neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

Bug in getProperties when specifying props #6

Closed Mulkave closed 9 years ago

Mulkave commented 9 years ago

Using getProperties(['prop']) returns ['prop' => true] instead of the actual value. i.e. ['prop' => 'value']

ikwattro commented 9 years ago

yep i already opened an issue forgot to fix it

ikwattro commented 9 years ago

Fixed in 1.7 and 2.0