Skip to content

Commit

Permalink
Fixed incorrect variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed May 8, 2012
1 parent 6862043 commit fd6c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapters/GeoJSON.class.php
Expand Up @@ -37,7 +37,7 @@ public function read($input) {

// Check to see if it's a Feature
if ($input->type == 'Feature') {
return $this->read($feature->geometry);
return $this->read($input->geometry);
}

// It's a geometry - process it
Expand Down

0 comments on commit fd6c4e8

Please sign in to comment.