Fix morethan

This commit is contained in:
KZ
2015-10-12 19:58:40 +01:00
parent 1fd78c7072
commit bb7fb1ec37
2 changed files with 5 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ namespace Jackett.Controllers
baseIndexer.ResetBaseConfig();
if (ex is ExceptionWithConfigData)
{
jsonReply["config"] = ((ExceptionWithConfigData)ex).ConfigData.ToJson(null);
jsonReply["config"] = ((ExceptionWithConfigData)ex).ConfigData.ToJson(null,false);
}
else
{