(js) Fix new SOGoHelpURL usage

pull/207/head
Francis Lachapelle 2016-05-11 11:04:10 -04:00
parent eeff287e35
commit 92b180b1e3
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
mail: UserMailPath || null, mail: UserMailPath || null,
preferences: UserPreferencesPath || null, preferences: UserPreferencesPath || null,
administration: (IsSuperUser ? UserAdministrationPath : null), administration: (IsSuperUser ? UserAdministrationPath : null),
help: HelpURL || null,
logoff: UserLogoffPath || null logoff: UserLogoffPath || null
} }
}; };