* Fix various areaID and area name refs for new system

This commit is contained in:
Bryan Ashby
2015-08-20 17:05:02 -06:00
parent d69d00a14b
commit 6f3137d522
3 changed files with 6 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ MCIViewFactory.prototype.getPredefinedViewLabel = function(code) {
UT : this.client.user.properties.theme_id,
MS : moment(this.client.user.properties.account_created).format(this.client.currentTheme.helpers.getDateFormat()),
MA : this.client.user.properties.message_area_name,
MA : this.client.user.properties.message_area_desc,
SH : this.client.term.termHeight.toString(),