This commit is contained in:
Mojmir Fendek 2020-02-07 13:49:19 +13:00
parent 99786dda22
commit 660f80d284
1 changed files with 1 additions and 5 deletions

View File

@ -1325,10 +1325,6 @@ class DataQuery
$tablePrefix = str_replace('"', '', $fieldData[0]);
// check if related table is available
if (!$query->isJoinedTo($tablePrefix)) {
return false;
}
return true;
return $query->isJoinedTo($tablePrefix);
}
}