Changeset 7e5a99 in indico
- Timestamp:
- 03/30/11 14:44:27 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- ff1404
- Parents:
- a1708d
- File:
-
- 1 edited
-
indico/MaKaC/conference.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/conference.py
rb1193d r7e5a99 243 243 av_set.add(av) 244 244 245 # If access settings are inherited from its owners, look at those.246 elif apl == 0 :245 # If access settings are inherited (and PRIVATE) from its owners, look at those. 246 elif apl == 0 and self.isProtected(): 247 247 # If event is protected, then get list of people/groups allowed 248 248 # to access, and add that to the set of avatars.
Note: See TracChangeset
for help on using the changeset viewer.
