mirror of
https://github.com/neocities/neocities.git
synced 2025-08-30 04:43:05 +02:00
404 for event_id param on activity
This commit is contained in:
parent
5d56e12561
commit
28b85c9f08
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
get '/activity' do
|
||||
@page = params[:page] || 1
|
||||
|
||||
halt 404 if params[:event_id]
|
||||
|
||||
if params[:tag]
|
||||
query1 = Event
|
||||
.join(:sites, id: :site_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue