aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 09:22:38 +0000
committerMario <mario@mariovavti.com>2021-05-27 09:22:38 +0000
commit67cf9f6caf225f64d31dda838ecbd3f22d9feba9 (patch)
tree05dd43b8300b43eefca66404b68cb71960408e1b /include
parent16146af0392a33b90edce1fd7136b19d5d683c31 (diff)
downloadvolse-hubzilla-67cf9f6caf225f64d31dda838ecbd3f22d9feba9.tar.gz
volse-hubzilla-67cf9f6caf225f64d31dda838ecbd3f22d9feba9.tar.bz2
volse-hubzilla-67cf9f6caf225f64d31dda838ecbd3f22d9feba9.zip
deprecate find_upstream_directory()
Diffstat (limited to 'include')
-rw-r--r--include/socgraph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php
index 03681ff57..278b80773 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -306,7 +306,7 @@ function update_suggestions() {
$url = z_root() . '/sitelist';
}
else {
- $directory = find_upstream_directory($dirmode);
+ $directory = Libzotdir::find_upstream_directory($dirmode);
$url = $directory['url'] . '/sitelist';
}
if(! $url)