File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 
apps/settings/lib/Command/AdminDelegation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ private function formatSettingsData(array $settings): array {
112112			return  [
113113				'name '  => $ settinggetName () ?: 'Global ' ,
114114				'className '  => $ className
115+ 				'priority '  => $ settinggetPriority (),
115116				'delegatedGroups '  => $ groups
116117			];
117118		}, $ settings
@@ -155,6 +156,6 @@ private function validateOutputFormat(string $format): bool {
155156	 * @param array $innerSection 
156157	 */ 
157158	private  function  getDelegatedSettings (array  $ settingsarray  $ innerSectionarray  {
158- 		return  $ settings +  array_filter ($ innerSectionfn  (ISettings $ setting$ settinginstanceof  IDelegatedSettings);
159+ 		return  array_merge ( $ settings,  array_filter ($ innerSectionfn  (ISettings $ setting$ settinginstanceof  IDelegatedSettings) );
159160	}
160161}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments