Skip to content

Commit

Permalink
Enable dropbox notification see BT#7680
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jul 15, 2015
1 parent 53b9eb4 commit b9d5191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/display.lib.php
Expand Up @@ -1360,7 +1360,7 @@ public static function show_notification($course_info)
&& ((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)
)
Expand Down

0 comments on commit b9d5191

Please sign in to comment.