View | Details | Raw Unified | Return to bug 34215
Collapse All | Expand All

(-)/usr/share/pyshared/univention/lib/share_restrictions.py.orig (-1 / +3 lines)
 Lines 298-304    Link Here 
298
298
299
	# set share options to -> shares
299
	# set share options to -> shares
300
	def _set_options( self, value, share, option ):
300
	def _set_options( self, value, share, option ):
301
		if match and share and options and value:
301
		if share and option and value:
302
			if not share in self._shares:
303
				self._shares[ share ] = Share( share )
302
			if not option in self._shares[ share ]:
304
			if not option in self._shares[ share ]:
303
				self._shares[ share ][ option ] = set()
305
				self._shares[ share ][ option ] = set()
304
306

Return to bug 34215