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