Просмотр исходного кода

! Show tasks and its contents in the File Permissions area of the package manager

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 лет назад
Родитель
Сommit
1fbe789064
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      Sources/Packages.php

+ 7 - 1
Sources/Packages.php

@@ -2015,9 +2015,15 @@ function PackagePermissions()
 					'writable_on' => 'standard',
 				),
 				'Sources' => array(
-					'type' => 'dir',
+					'type' => 'dir_recursive',
 					'list_contents' => true,
 					'writable_on' => 'standard',
+					'contents' => array(
+						'tasks' => array(
+							'type' => 'dir',
+							'list_contents' => true,
+						),
+					),
 				),
 				'Themes' => array(
 					'type' => 'dir_recursive',