forked from extern/egroupware
Change default order to 99 for apps with no setup_info
This commit is contained in:
parent
d3d88a5f9d
commit
553a7ac66f
@ -39,7 +39,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$setup_info[$dir] = array('name' => $dir, 'app_order' => $i++, 'version' => '0.0.0');
|
||||
$setup_info[$dir] = array('name' => $dir, 'app_order' => '99', 'version' => '0.0.0');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user