Skip to content

Commit dce6593

Browse files
committed
Small grammar fix on spectql
1 parent 8a09b22 commit dce6593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/tdt/core/definitions/SpectqlController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private function performQuery($uri){
123123
$definition = $definition_repository->getByIdentifier($definition_uri);
124124

125125
if(!empty($definition)){
126-
$source_definition = $definition_repository->getDefinitionSource(, $definition['source_id'], $definition['source_type']);
126+
$source_definition = $definition_repository->getDefinitionSource($definition['source_id'], $definition['source_type']);
127127
}
128128

129129
$rest_parameters = str_replace($definition['collection_uri'] . '/' . $definition['resource_name'], '', $uri);

0 commit comments

Comments
 (0)