Skip to content

Commit

Permalink
Merge remote branch 'core/domain-log-fix' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Oct 6, 2010
2 parents a2ea817 + e8d68a5 commit 7581434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/domain_log_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def action
end

def user?
return self.user_id != nil
self.user_id != nil && self.user
end

def username
Expand Down

0 comments on commit 7581434

Please sign in to comment.