aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-10 00:32:45 +0000
committerMario <mario@mariovavti.com>2021-01-10 00:32:45 +0000
commitc1c75c4b6769596e22388985087f26c9a4fc2ef8 (patch)
tree123b8177c1f7f01d40b4645ba71e23e62187097c /Zotlabs
parent0446349b8921f2c5d10addb564d783e263878286 (diff)
parent915cb44601f9c13ad6c2459f1c88ef711e650781 (diff)
downloadvolse-hubzilla-c1c75c4b6769596e22388985087f26c9a4fc2ef8.tar.gz
volse-hubzilla-c1c75c4b6769596e22388985087f26c9a4fc2ef8.tar.bz2
volse-hubzilla-c1c75c4b6769596e22388985087f26c9a4fc2ef8.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Cron_daily.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php
index 30ee3f8ba..a6daad051 100644
--- a/Zotlabs/Daemon/Cron_daily.php
+++ b/Zotlabs/Daemon/Cron_daily.php
@@ -88,7 +88,7 @@ class Cron_daily {
$dirmode = get_config('system','directory_mode');
if($dirmode == DIRECTORY_MODE_SECONDARY || $dirmode == DIRECTORY_MODE_PRIMARY) {
- Libzot::sync_directories($dirmode);
+ Libzotdir::sync_directories($dirmode);
}