summaryrefslogtreecommitdiffstats
path: root/mdkapplet-restricted-helper
diff options
context:
space:
mode:
authorJoão Victor Duarte Martins <jvictor@mandriva.com>2010-05-11 18:37:24 +0000
committerJoão Victor Duarte Martins <jvictor@mandriva.com>2010-05-11 18:37:24 +0000
commit87dff976c5bc1a734627f31caffa408a0c3fdc7a (patch)
tree4e9c692698c407a682b800129f2367f3b1a14d49 /mdkapplet-restricted-helper
parentbdd92e35af079e6c815bda1f141bdb4ca7c85bd1 (diff)
downloadmgaonline-87dff976c5bc1a734627f31caffa408a0c3fdc7a.tar
mgaonline-87dff976c5bc1a734627f31caffa408a0c3fdc7a.tar.gz
mgaonline-87dff976c5bc1a734627f31caffa408a0c3fdc7a.tar.bz2
mgaonline-87dff976c5bc1a734627f31caffa408a0c3fdc7a.tar.xz
mgaonline-87dff976c5bc1a734627f31caffa408a0c3fdc7a.zip
Fix of wrong variable name
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-xmdkapplet-restricted-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper
index 71085381..34ac0a0c 100755
--- a/mdkapplet-restricted-helper
+++ b/mdkapplet-restricted-helper
@@ -118,7 +118,7 @@ sub get_restricted_authentication() {
if ($clicked) {
$clicked = 0;
- if ($mail && $password) {
+ if ($email && $password) {
add_restricted_medium($email, $password);
}
else {