Skip to content

Commit 10610b2

Browse files
author
KpuTuK
committed
Deleted condition "or" method _buildJoin()
1 parent c0e3575 commit 10610b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MysqliDb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ protected function _buildJoin()
12251225
$joinStr = $joinTable;
12261226
}
12271227

1228-
$this->_query .= " " . $joinType . " JOIN " . $joinStr . " on " . $joinCondition;
1228+
$this->_query .= " " . $joinType . " JOIN " . $joinStr . " " . $joinCondition;
12291229
}
12301230
}
12311231

0 commit comments

Comments
 (0)