summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 99d8642bd..4d0a112aa 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -472,6 +472,8 @@ class Core(object):
self.files = FileHandler(self)
self.db.manager = self.files #ugly?
+ self.files.fixPackageOrder(0)
+ self.files.fixPackageOrder(1)
def init_webserver(self):
if self.config['webinterface']['activated']: