Changeset 216 for trunk/grails-app/services/PersonService.groovy
- Timestamp:
- Dec 4, 2009, 2:05:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/PersonService.groovy
r198 r216 13 13 * @returns The current user or the 'system' person (Person #1) if userDomain() is not active. 14 14 */ 15 def currentUser() {15 def getCurrentUser() { 16 16 if(authenticateService.userDomain()) { 17 17 return Person.get(authenticateService.userDomain().id)
Note: See TracChangeset
for help on using the changeset viewer.