liquid_feedback_frontend
diff app/main/member/show.lua @ 1214:5c1e3b23170a
Fixed error when display profile page publically
author | bsw |
---|---|
date | Mon Jul 27 23:27:00 2015 +0200 (2015-07-27) |
parents | 254661fb5d83 |
children | 32cc544d5a5b |
line diff
1.1 --- a/app/main/member/show.lua Sat Jul 18 17:23:31 2015 +0200 1.2 +++ b/app/main/member/show.lua Mon Jul 27 23:27:00 2015 +0200 1.3 @@ -185,7 +185,7 @@ 1.4 end ) 1.5 1.6 1.7 -if app.session.member.id == member.id then 1.8 +if app.session.member_id == member.id then 1.9 ui.script{ script = [[ 1.10 var url = $(".microAvatar")[0].src; 1.11 var onload = function() {