Commit 10610b2f authored by KpuTuK's avatar KpuTuK

Deleted condition "or" method _buildJoin()

parent c0e35756
......@@ -1225,7 +1225,7 @@ class MysqliDb
$joinStr = $joinTable;
}
$this->_query .= " " . $joinType . " JOIN " . $joinStr . " on " . $joinCondition;
$this->_query .= " " . $joinType . " JOIN " . $joinStr . " " . $joinCondition;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment