mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
sorry rubocop
This commit is contained in:
parent
3f1d6a302e
commit
712c9fca1b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class TopicLinkClick < ActiveRecord::Base
|
|||
|
||||
# link can have query params, and analytics can add more to the end:
|
||||
i = url.length
|
||||
while i = url.rindex('&', i-1)
|
||||
while i = url.rindex('&', i - 1)
|
||||
urls << url[0...i]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue