From 328685d2fbe505fd5b1bf9892a0cce993210ac52 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 9 Apr 2020 09:38:36 +0000 Subject: move from build_sync_packet() to Libsync::build_sync_packet() --- util/dmkdir | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'util/dmkdir') diff --git a/util/dmkdir b/util/dmkdir index 72ab22431..b939bc901 100755 --- a/util/dmkdir +++ b/util/dmkdir @@ -1,6 +1,8 @@ #!/usr/bin/env php array($sync))); + Libsync::build_sync_packet($channel['channel_id'],array('file' => array($sync))); } - } \ No newline at end of file + } -- cgit v1.2.3