mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
set the sync flag to true
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user