mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 09:01:33 +01:00
LoadDiff correctly #16
This commit is contained in:
@@ -201,11 +201,11 @@ class DB
|
||||
->from('Sources','su')
|
||||
->where($subQueryBuilder->expr()->andX(
|
||||
$queryBuilder->expr()->eq('su.IDC','?'),
|
||||
$queryBuilder->expr()->eq('su.Lang','?')
|
||||
$queryBuilder->expr()->eq('su.Lang','s.Lang')
|
||||
))->getSQL().')'
|
||||
)
|
||||
))
|
||||
->setParameters(array($lang,$id,$id,$lang));
|
||||
->setParameters(array($lang,$id,$id));
|
||||
return $this->getData($queryBuilder);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user