summaryrefslogtreecommitdiff
path: root/bin/decrypt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/decrypt.sh')
-rwxr-xr-xbin/decrypt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/decrypt.sh b/bin/decrypt.sh
index ff7c43038..7f83f3a7f 100755
--- a/bin/decrypt.sh
+++ b/bin/decrypt.sh
@@ -60,7 +60,7 @@ if ($argc < 2) {
die("Usage: " . basename($argv[0]) . " encrypted-hdr-part [encrypted-hdr-part ...]\n");
}
-$RCMAIL = rcmail::get_instance();
+$RCMAIL = rcube::get_instance();
for ($i = 1; $i < $argc; $i++) {
printf("%s\n", $RCMAIL->decrypt($argv[$i]));