Julian Prud'homme hace 18 años
padre
commit
31829ce31c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/dropbox/dropbox_init.inc.php

+ 1 - 1
main/dropbox/dropbox_init.inc.php

@@ -292,7 +292,7 @@ if ($_POST['actions']=='download' and !$_POST['store_feedback'])
  * ========================================
  * Prevents access of all users that are not course members
  */
-if(! $is_allowed_in_course || ! $is_courseMember)
+if((!$is_allowed_in_course || !$is_courseMember) && !api_is_allowed_to_edit())
 {
 	if ($origin != 'learnpath')
 	{