Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/2365'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 17, 2012
2 parents e0d737e + afc745f commit 48d0341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function setSupportedDatatypes(stdClass $marker, array $datatypes)
// add missing datatypes as not supported
$missingTypes = array_diff($allTypes, array_keys($datatypes));
foreach ($missingTypes as $type) {
$datatypes[type] = false;
$datatypes[$type] = false;
}

return $this->setCapability($marker, 'supportedDatatypes', $datatypes);
Expand Down

0 comments on commit 48d0341

Please sign in to comment.