FIX: Typo in SiteSetting

This commit is contained in:
Robin Ward 2014-07-29 13:27:01 -04:00
parent 5bee6887cf
commit 04643898c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export default Discourse.Route.extend({ export default Discourse.Route.extend({
beforeModel: function() { beforeModel: function() {
if (!Discourse.SiteSetting.login_required) { if (!Discourse.SiteSettings.login_required) {
this.replaceWith('discovery.latest').then(function(e) { this.replaceWith('discovery.latest').then(function(e) {
Ember.run.next(function() { Ember.run.next(function() {
e.send('showLogin'); e.send('showLogin');