summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2011-12-08 18:40:55 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2011-12-08 18:40:55 +0100
commit12e0357c2fb7cf9aabb4744a8fed49426c21ba68 (patch)
treee1c9c3ffbe01aa5a346a3f1cb8dd5b894620f1cd /pyLoadCore.py
parentfixed deprecation warnings (diff)
downloadpyload-12e0357c2fb7cf9aabb4744a8fed49426c21ba68.tar.xz
fixed order consistence, fixed typo in json_app
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']: