Browse Source

[svn r13506]

Olivier Sourie 17 years ago
parent
commit
b372381b8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/dropbox/index.php

+ 1 - 1
main/dropbox/index.php

@@ -229,7 +229,7 @@ if (($_GET['action']=='deletereceivedcategory' OR $_GET['action']=='deletesentca
 // only the download has is handled separately in dropbox_init_inc.php because this has to be done before the headers are sent
 // (which also happens in dropbox_init.inc.php
 
-if (!isset($_POST['feedback']) && $_POST['action'] == 'delete_received' OR $_POST['action'] == 'download_received' OR $_POST['action'] == 'delete_sent' OR $_POST['action'] == 'download_sent')
+if (!isset($_POST['feedback']) && ($_POST['action'] == 'delete_received' OR $_POST['action'] == 'download_received' OR $_POST['action'] == 'delete_sent' OR $_POST['action'] == 'download_sent'))
 {
 	$display_message=handle_multiple_actions();
 	Display :: display_normal_message($display_message);