]> git.mxchange.org Git - friendica.git/blobdiff - mod/delegate.php
Merge pull request #1121 from Beanow/hotfix/bug-1105
[friendica.git] / mod / delegate.php
index 8c50318590532211d965a10e4f75fbf1f48c35ff..dd9caba2524a4be00a8b06e2ee3a5793602c2c55 100644 (file)
@@ -117,6 +117,9 @@ function delegate_content(&$a) {
                        if(! in_array($rr['uid'],$uids))
                                $potentials[] = $rr;
 
+       require_once("mod/settings.php");
+       settings_init($a);
+
        $o = replace_macros(get_markup_template('delegate.tpl'),array(
                '$header' => t('Delegate Page Management'),
                '$base' => $a->get_baseurl(),
@@ -136,4 +139,4 @@ function delegate_content(&$a) {
        return $o;
 
 
-}
\ No newline at end of file
+}