Browse Source

Enable dropbox notification see BT#7680

Julio Montoya 9 years ago
parent
commit
b9d5191cd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/display.lib.php

+ 1 - 1
main/inc/lib/display.lib.php

@@ -1360,7 +1360,7 @@ class Display
                 && ((in_array($item_property['to_group_id'], $group_ids)
                 // Drop the dropbox, notebook and chat tools (we don't care)
                 && (
-                        $item_property['tool'] != TOOL_DROPBOX &&
+                        //$item_property['tool'] != TOOL_DROPBOX &&
                         $item_property['tool'] != TOOL_NOTEBOOK &&
                         $item_property['tool'] != TOOL_CHAT)
                    )