From: Michael Vogel Date: Sat, 26 Sep 2015 09:04:05 +0000 (+0200) Subject: Use the new directory setting (valid for 3.4.2) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ed70cf5ad4188f1a9a086d245122416f6ea9ebc;p=friendica-addons.git Use the new directory setting (valid for 3.4.2) --- diff --git a/forumdirectory/forumdirectory.php b/forumdirectory/forumdirectory.php index f4292c61..a709c9b1 100644 --- a/forumdirectory/forumdirectory.php +++ b/forumdirectory/forumdirectory.php @@ -65,7 +65,7 @@ function forumdirectory_content(&$a) { $tpl = get_markup_template('directory_header.tpl'); $globaldir = ''; - $gdirpath = dirname(get_config('system','directory_submit_url')); + $gdirpath = get_config('system','directory'); if(strlen($gdirpath)) { $globaldir = '';