diff options
Diffstat (limited to 'module/plugins/crypter/NCryptIn.py')
-rw-r--r-- | module/plugins/crypter/NCryptIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py index 785c98ba8..4d9426481 100644 --- a/module/plugins/crypter/NCryptIn.py +++ b/module/plugins/crypter/NCryptIn.py @@ -99,7 +99,7 @@ class NCryptIn(Crypter): # Submit package password
if "password" in form:
- password = self.package.password
+ password = self.getPassword()
self.log.debug("%s: Submitting password [%s] for protected links" % (self.__name__, password))
postData['password'] = password
|