Skip to content
Snippets Groups Projects
Commit ebab7a0b authored by Charles Benke's avatar Charles Benke
Browse files

Update element.php

parent cebbf160
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ foreach ($listofreferent as $key => $value)
$margin = $value['margin'];
if (isset($margin))
{
$elementarray = $project->get_element_list($key);
$elementarray = $project->get_element_list($key, $tablename);
if (count($elementarray)>0 && is_array($elementarray))
{
$var=true;
......
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