summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2011-12-12 22:28:34 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2011-12-12 22:28:34 +0100
commit63ee2af60d047f3e3ae7ae9536f5a4909e81176c (patch)
treedb77d0a3e95d1aaf6d3cb19a683519a279f2c9ba /pyLoadCore.py
parentimprove mediafire plugin (diff)
downloadpyload-63ee2af60d047f3e3ae7ae9536f5a4909e81176c.tar.xz
deletion fix
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 99d8642bd..bada63e55 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -472,6 +472,9 @@ 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']: