Fix missing semicolon in listlangs.php

This commit is contained in:
awuctl 2020-07-22 08:04:20 +02:00 committed by GitHub
parent 5d15cfef77
commit aa1cda2282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ function uupListLangs($updateId = 0) {
if(isset($info['info'])) {
$info = $info['info'];
unset($info['files'])
unset($info['files']);
}
if(isset($info['build'])) {