From 82b2502598f14f69e891a7d2bab7b7474ed78e7d Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Dec 2014 15:12:33 +0800 Subject: [PATCH] DataObjects/Images.php --- DataObjects/Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Images.php b/DataObjects/Images.php index ecbb3819..2b710c54 100644 --- a/DataObjects/Images.php +++ b/DataObjects/Images.php @@ -357,7 +357,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject } $c = clone($this); - $c->whereAddIn($this->tableName() . '.ontable', array( $obj->tableName(), $obj->__table) , 'string'); + $c->whereAddIn($this->tableName() . '.ontable1', array( $obj->tableName(), $obj->__table) , 'string'); $c->onid = $obj->id; $c->autoJoin(); if (!empty($mime_like)) { -- 2.39.2