* Fix bug.
This commit is contained in:
@@ -60,7 +60,7 @@ class dao extends baseDAO
|
||||
|
||||
if(isset($currentMainTable))
|
||||
{
|
||||
if(trim($currentMainTable, '`') == $this->table)
|
||||
if(trim($currentMainTable, '`') == trim($this->table, '`'))
|
||||
{
|
||||
$data = $this->processData($data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user