set the sync flag to true

This commit is contained in:
Mario Vavti
2021-10-04 14:14:30 +02:00
parent c2c5730d00
commit 04c6d77d2c

View File

@@ -541,7 +541,7 @@ function import_sysapps($channel, $apps) {
if ($channel && $apps) {
$sysapps = Apps::get_system_apps(false);
$sysapps = Apps::get_system_apps(false, true);
foreach ($apps as $app) {