Sort
This commit is contained in:
parent
a0078baeb6
commit
576fda9c4a
@ -1454,7 +1454,7 @@ if (count($object->records) > 0)
|
|||||||
{
|
{
|
||||||
print '</div>'; // Close current websitebar to open a new one
|
print '</div>'; // Close current websitebar to open a new one
|
||||||
|
|
||||||
$array=$objectpage->fetchAll($object->id);
|
$array=$objectpage->fetchAll($object->id, 'ASC,ASC', 'type_container,pageurl');
|
||||||
if (! is_array($array) && $array < 0) dol_print_error('', $objectpage->error, $objectpage->errors);
|
if (! is_array($array) && $array < 0) dol_print_error('', $objectpage->error, $objectpage->errors);
|
||||||
$atleastonepage=(is_array($array) && count($array) > 0);
|
$atleastonepage=(is_array($array) && count($array) > 0);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user