Skip to content

Commit

Permalink
Further simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 24, 2014
1 parent eb451bb commit 06f1508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/SyncMl/lib/Horde/SyncMl/Backend/Horde.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public function retrieveEntry($databaseURI, $suid, $contentType, $fields)

try {
return $GLOBALS['registry']->call(
$this->normalize($databaseURI) . '/export', $parameters);
$database . '/export', $parameters);
} catch (Horde_Exception $e) {
return PEAR::raiseError($e->getMessage());
}
Expand Down

0 comments on commit 06f1508

Please sign in to comment.