Browse Source

fixed the ordering

dev
Cerys 1 week ago
parent
commit
e88a15d11b
  1. 3
      src/QueryBuilder/LinkQuery/LinkQueryBuilder.php

3
src/QueryBuilder/LinkQuery/LinkQueryBuilder.php

@ -93,11 +93,12 @@ class LinkQueryBuilder
$builder = "LINK " $builder = "LINK "
. $this->RelativePath1 . $this->RelativePath1
. " AS \"" . $this->PropertyName . "\""
. " " . " "
. $this->ToOrOf . $this->ToOrOf
. " " . " "
. $this->RelativePath2 . $this->RelativePath2
. " AS \"" . $this->PropertyName . "\""; ;
if($this->Mode != "") $builder .= " " . $this->Mode; if($this->Mode != "") $builder .= " " . $this->Mode;

Loading…
Cancel
Save