mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: permalink normalization not applied at constraint
implement permalink import for lithium
This commit is contained in:
@@ -2,7 +2,7 @@ class PermalinksController < ApplicationController
|
||||
skip_before_filter :check_xhr, :preload_json
|
||||
|
||||
def show
|
||||
url = request.fullpath[1..-1]
|
||||
url = request.fullpath
|
||||
|
||||
permalink = Permalink.find_by_url(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user