aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-10-04 14:14:30 +0200
committerMario Vavti <mario@mariovavti.com>2021-10-04 14:14:30 +0200
commit04c6d77d2cced4f2228be77107bbb85ee2f77562 (patch)
tree6d6a958c4eb5388032f9c2dc6dcc2bf3be2ddcd4 /include/import.php
parentc2c5730d00927a2e246a8c7e55450ea81d25a1a0 (diff)
downloadvolse-hubzilla-04c6d77d2cced4f2228be77107bbb85ee2f77562.tar.gz
volse-hubzilla-04c6d77d2cced4f2228be77107bbb85ee2f77562.tar.bz2
volse-hubzilla-04c6d77d2cced4f2228be77107bbb85ee2f77562.zip
set the sync flag to true
Diffstat (limited to 'include/import.php')
-rw-r--r--include/import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php
index 88d29a46d..b11d01511 100644
--- a/include/import.php
+++ b/include/import.php
@@ -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) {