liquid_feedback_frontend

changeset 721:bf666fd13628

Fixed member_images when using fast path
author bsw
date Wed Jun 27 22:14:38 2012 +0200 (2012-06-27)
parents cdd0bcbbef8b
children b1ba5d237b6d
files app/main/member_image/_show.lua
line diff
     1.1 --- a/app/main/member_image/_show.lua	Wed Jun 27 19:28:39 2012 +0200
     1.2 +++ b/app/main/member_image/_show.lua	Wed Jun 27 22:14:38 2012 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  if config.fastpath_url_func then
     1.5    ui.image{
     1.6      attr = { title = popup_text, class = "member_image member_image_" .. image_type .. class },
     1.7 -    external = config.fastpath_url_func(member.id, image_type)
     1.8 +    external = config.fastpath_url_func(member_id, image_type)
     1.9    }
    1.10  else
    1.11    ui.image{

Impressum / About Us