Improve bean lookup
This commit is contained in:
parent
4a3f7e080b
commit
cd1c7c43bc
@ -75,6 +75,7 @@ abstract class BaseModel {
|
||||
foreach($objList as $obj) {
|
||||
if ($obj->bean->id == $bean->id) {
|
||||
$found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user