Skip to content

Commit

Permalink
Update list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 4, 2018
1 parent 67830a7 commit 54023d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/resource/list.php
Expand Up @@ -265,7 +265,7 @@
if (! $i) $totalarray['nbfield']++;
}
// Extra fields
$obj = (object) $resource->array_options;
$obj = (Object) $resource->array_options;
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';

print '<td align="center">';
Expand Down

0 comments on commit 54023d1

Please sign in to comment.