liquid_feedback_frontend

changeset 1214:5c1e3b23170a

Fixed error when display profile page publically
author bsw
date Mon Jul 27 23:27:00 2015 +0200 (2015-07-27)
parents 3f0b055a4fb0
children df8244927adc
files app/main/member/show.lua
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() {

Impressum / About Us