diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-09 22:38:12 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-09 22:38:12 +0200 |
commit | 5761326666729d1488f7e10d203fcfc7a9a90c37 (patch) | |
tree | 0e5da22a431411fbf29d194798871b1ad83bb241 /module | |
parent | fix not deleting blacklisted hook plugins (diff) | |
download | pyload-5761326666729d1488f7e10d203fcfc7a9a90c37.tar.xz |
Update UpdateManager.py
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/UpdateManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UpdateManager.py b/module/plugins/hooks/UpdateManager.py index bbdc65b86..fdaa928eb 100644 --- a/module/plugins/hooks/UpdateManager.py +++ b/module/plugins/hooks/UpdateManager.py @@ -314,7 +314,7 @@ class UpdateManager(Addon): #@TODO: Remove in 0.4.10 if type == "hook": - py_filename = fs_join(dir, type + "s" , name + ".py") + py_filename = fs_join(dir, "hooks" , name + ".py") pyc_filename = py_filename + "c" |