Pārlūkot izejas kodu

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

Hubert Borderiou 11 gadi atpakaļ
vecāks
revīzija
494818783c
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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;
     }