Multi-language support

This commit is contained in:
bergware
2020-05-01 20:19:40 +02:00
parent 4509255a0f
commit 47b55e1895
@@ -271,6 +271,7 @@ if ($method == 'update') {
exit(1);
}
// install the updated plugin
@unlink("$boot/dynamix/$name.lang.zip");
if (language('install', $xml_file, $error) === false) {
echo "language: $error\n";
exit(1);