Explorar o código

In document tool, prevent folder "Learning Path" to be deleted - ref #6737

Hubert Borderiou %!s(int64=11) %!d(string=hai) anos
pai
achega
494818783c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      main/inc/lib/document.lib.php

+ 2 - 1
main/inc/lib/document.lib.php

@@ -3238,7 +3238,8 @@ class DocumentManager {
             '/flash',
             '/audio',
             '/video',
-            '/shared_folder'
+            '/shared_folder',
+            '/learning_path'
         );
         return $system_folders;
     }