diff --git a/public_html/js/Presenters/PostPresenter.js b/public_html/js/Presenters/PostPresenter.js
index 6b966be3..83963586 100644
--- a/public_html/js/Presenters/PostPresenter.js
+++ b/public_html/js/Presenters/PostPresenter.js
@@ -161,7 +161,7 @@ App.Presenters.PostPresenter = function(
return templates.post({
query: params.query,
post: post,
- forceHttpInPermalinks: appState.get('config')['forceHttpInPermalinks'],
+ forceHttpInPermalinks: appState.get('config').forceHttpInPermalinks,
ownScore: post.ownScore,
postFavorites: post.favorites,
postHistory: post.history,