(js) Fix new SOGoHelpURL usage

This commit is contained in:
Francis Lachapelle
2016-05-11 11:04:10 -04:00
parent eeff287e35
commit 92b180b1e3
@@ -23,6 +23,7 @@
mail: UserMailPath || null,
preferences: UserPreferencesPath || null,
administration: (IsSuperUser ? UserAdministrationPath : null),
help: HelpURL || null,
logoff: UserLogoffPath || null
}
};