summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-16 13:21:43 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-16 13:21:43 +0200
commit730b6969ca49535b95b17dde92819aea5bd057c9 (patch)
tree34ad51dc5eba2d2df6b141045176e3edf2e5ca30 /pyLoadCore.py
parentfixed little bugs (diff)
downloadpyload-730b6969ca49535b95b17dde92819aea5bd057c9.tar.xz
fixed file_list bug
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r--pyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index f85f5b447..159ef1366 100644
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -68,7 +68,7 @@ class Core(object):
self.thread_list = Thread_List(self)
- self.file_list = file_list.load()
+ self.file_list = file_list.load(self)
path.append(self.config['plugin_folder'])
self.create_plugin_index()