Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 19, 2018
1 parent a0078ba commit 576fda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/website/index.php
Expand Up @@ -1454,7 +1454,7 @@
{
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);
$atleastonepage=(is_array($array) && count($array) > 0);

Expand Down

0 comments on commit 576fda9

Please sign in to comment.