Skip to content

Instantly share code, notes, and snippets.

@christophlsa
Created April 5, 2014 16:55
Show Gist options
  • Save christophlsa/9994575 to your computer and use it in GitHub Desktop.
Save christophlsa/9994575 to your computer and use it in GitHub Desktop.
diff -upr a/app/main/event/_list.lua b/app/main/event/_list.lua
--- a/app/main/event/_list.lua 2014-04-05 18:47:30.379024179 +0200
+++ b/app/main/event/_list.lua 2014-04-05 18:49:46.651024196 +0200
@@ -207,7 +207,7 @@ filters.content = function()
text = _"Show older events",
module = request.get_module(),
view = request.get_view(),
- id = for_unit and for_unit.id or for_area and for_area.id,
+ id = for_unit and for_unit.id or for_area and for_area.id or for_member and for_member.id,
params = {
tab = param.get_all_cgi()["tab"],
events = param.get_all_cgi()["events"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment