Commit 5e55af24 authored by screeper's avatar screeper

Update MysqliDb.php

parent 86b360e0
......@@ -355,7 +355,7 @@ class MysqliDb
if ($joinType && !in_array ($joinType, $allowedTypes))
die ('Wrong JOIN type: '.$joinType);
$this->_join[$joinType . " JOIN " . $joinTable] = $joinCondition;
$this->_join[$joinType . " JOIN " . $this->_prefix.$joinTable] = $joinCondition;
return $this;
}
......
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