# HG changeset patch # User bsw # Date 1340828078 -7200 # Node ID bf666fd13628f6adb0805d8a434aee6856d46745 # Parent cdd0bcbbef8b472fd9179d600848c90daa6d7145 Fixed member_images when using fast path diff -r cdd0bcbbef8b -r bf666fd13628 app/main/member_image/_show.lua --- a/app/main/member_image/_show.lua Wed Jun 27 19:28:39 2012 +0200 +++ b/app/main/member_image/_show.lua Wed Jun 27 22:14:38 2012 +0200 @@ -15,7 +15,7 @@ if config.fastpath_url_func then ui.image{ attr = { title = popup_text, class = "member_image member_image_" .. image_type .. class }, - external = config.fastpath_url_func(member.id, image_type) + external = config.fastpath_url_func(member_id, image_type) } else ui.image{