Fix argument.
authorJan Schneider <jan@horde.org>
Tue, 13 Apr 2010 10:12:02 +0000 (12:12 +0200)
committerJan Schneider <jan@horde.org>
Tue, 13 Apr 2010 10:12:02 +0000 (12:12 +0200)
imp/compose.php

index 3bdce9f..3894961 100644 (file)
@@ -602,7 +602,7 @@ if ($isPopup) {
             'composeCache' => $composeCacheID
         ));
     } else {
-        $cancel_url = $imp_ui->mailboxReturnUrl(true)->setRaw(false);
+        $cancel_url = $imp_ui->mailboxReturnUrl(false)->setRaw(false);
     }
     $showmenu = true;
 }