diff --git a/server/plugins/system/stats/plugin_stats.cpp b/server/plugins/system/stats/plugin_stats.cpp index 910bad74..39b65cb6 100755 --- a/server/plugins/system/stats/plugin_stats.cpp +++ b/server/plugins/system/stats/plugin_stats.cpp @@ -136,8 +136,8 @@ PLUGIN_API_CALL(PluginStats::Api_GetBunniesInformation) xml += " "+ b->GetGlobalSetting("VApiEnable", false).toString() + ""; xml += " " + b->GetGlobalSetting("VApiPublic", false).toString() + ""; xml += " " + b->GetGlobalSetting("LastRecord","").toString() + ""; - xml += " " + b->GetGlobalSetting("LastLocate","").toString() + ""; - xml += " " + b->GetGlobalSetting("LastCron","").toString() + ""; + xml += " " + b->GetGlobalSetting("LastLocate","").toString() + ""; + xml += " " + b->GetGlobalSetting("LastCron","").toString() + ""; xml += ""; } return new ApiManager::ApiXml(xml);