summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-08 19:01:49 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-08 19:01:49 +0100
commit991755b2ddbba46ddc77c46e066660220fa0c418 (patch)
treec02915f840de9024150dbd0f865831405b6cadb9 /pyLoadCore.py
parentfixed order consistence, fixed typo in json_app (diff)
downloadpyload-991755b2ddbba46ddc77c46e066660220fa0c418.tar.xz
partial revert
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 4d0a112aa..99d8642bd 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -472,8 +472,6 @@ 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']: