mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: refreshTitle error when navigating to a 404 page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default Ember.Route.extend({
|
||||
export default Discourse.Route.extend({
|
||||
model: function(params) {
|
||||
return Discourse.SiteText.find(params.text_type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user