summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:52:23 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:52:23 +0200
commit42c57af9f883984429ae1c529855eeeed7013588 (patch)
treed6885234eaea8fc86a782d7cd44466a55e6d27a9 /docs
parent51095a9276fe24cdc2127d85ca461338e27e8ba3 (diff)
better link11.0.3
Diffstat (limited to 'docs')
-rw-r--r--docs/externalapi/Legacy.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/externalapi/Legacy.md b/docs/externalapi/Legacy.md
index 7427e2e5b..28809d2c6 100644
--- a/docs/externalapi/Legacy.md
+++ b/docs/externalapi/Legacy.md
@@ -732,7 +732,8 @@ This API can be used to display warnings and errors in your client if the web ap
{
"version": "5.2.4",
"warnings": {
- "improperlyConfiguredCron": false // if true the webapp will fail to update the feeds correctly
+ "improperlyConfiguredCron": false, // if true the webapp will fail to update the feeds correctly
+ "incorrectDbCharset": false
}
}
```
@@ -746,6 +747,7 @@ You should show the following warning and the link should be clickable:
The News App updater is improperly configured and you will lose updates.
See http://hisdomain.com/index.php/apps/news for instructions on how to fix it.
+If **incorrectDbCharset** is true you should display a warning that database charset is set up incorrectly and updates with unicode characters might fail
# User