Skip to content

Commit

Permalink
Bugfix in Range Query
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Apr 2, 2012
1 parent 1ff66d2 commit 6047178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function find($storageName, $key)

private function createRow($keyNames, $xpath, $entry)
{
$properties = $xpath->evaluate('//atom:entry/atom:content/m:properties/d:*', $entry);
$properties = $xpath->evaluate('atom:content/m:properties/d:*', $entry);

$data = array();
list($partitionKey, $rowKey) = $keyNames;
Expand Down

0 comments on commit 6047178

Please sign in to comment.