Fix variable name

pull/1/head
yflory 4 years ago
parent 7971a6d267
commit d9b13ca3b0

@ -1758,7 +1758,7 @@ define([
// XXX Admin panel overrides AppConfig
// If you set "" in the admin panel, it will remove the AppConfig survey
var surveyURL = typeof(ApiConfig.surveyURL) !== "undefined" ? ApiConfig.surveyURL
var surveyURL = typeof(Config.surveyURL) !== "undefined" ? Config.surveyURL
: AppConfig.surveyURL;
if (surveyURL) {
options.push({

Loading…
Cancel
Save