Skip to content
Snippets Groups Projects
Commit a585698b authored by fmarcet's avatar fmarcet
Browse files

FIX: Only are showing one object linked

parent fa9103fc
No related branches found
No related tags found
No related merge requests found
......@@ -2271,7 +2271,7 @@ abstract class CommonObject
{
dol_include_once('/'.$classpath.'/'.$classfile.'.class.php');
foreach($objectids as $i => $objectid); // $i is rowid into llx_element_element
foreach($objectids as $i => $objectid) // $i is rowid into llx_element_element
{
$object = new $classname($this->db);
$ret = $object->fetch($objectid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment