diff options
author | mkaay <mkaay@mkaay.de> | 2011-12-08 18:40:55 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-12-08 18:40:55 +0100 |
commit | 12e0357c2fb7cf9aabb4744a8fed49426c21ba68 (patch) | |
tree | e1c9c3ffbe01aa5a346a3f1cb8dd5b894620f1cd /pyLoadCore.py | |
parent | fixed deprecation warnings (diff) | |
download | pyload-12e0357c2fb7cf9aabb4744a8fed49426c21ba68.tar.xz |
fixed order consistence, fixed typo in json_app
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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']: |