From 8fca7cdb31f11ba6d43758d0056b63960e8f5617 Mon Sep 17 00:00:00 2001 From: fragonib Date: Mon, 30 May 2011 23:23:01 +0200 Subject: Serveral Plugins: Clean up --- module/plugins/crypter/NCryptIn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/crypter/NCryptIn.py') 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 -- cgit v1.2.3