Fix a slight oversight in SceneInventory that would not enable copy to
inventory when permissions are bypassed0.6.6-post-fixes
							parent
							
								
									6ef1df4d42
								
							
						
					
					
						commit
						a3fed17956
					
				| 
						 | 
				
			
			@ -2260,6 +2260,12 @@ namespace OpenSim.Region.Framework.Scenes
 | 
			
		|||
                                    itemId = item.ID;
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
                            else
 | 
			
		||||
                            {
 | 
			
		||||
                                // Brave new fullperm world
 | 
			
		||||
                                //
 | 
			
		||||
                                itemId = item.ID;
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
                            string xmlData = Utils.BytesToString(rezAsset.Data);
 | 
			
		||||
                            SceneObjectGroup group 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue