]> git.mxchange.org Git - friendica.git/commitdiff
Delegations: Now the menu of the settings appears at the delegations settings
authorMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 09:49:11 +0000 (11:49 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 09:49:11 +0000 (11:49 +0200)
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
+}