From b9656cbe2379183c4f0130206a396ed1ee2aec75 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 24 Apr 2014 11:49:11 +0200 Subject: [PATCH] Delegations: Now the menu of the settings appears at the delegations settings --- mod/delegate.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/delegate.php b/mod/delegate.php index 8c50318590..dd9caba252 100644 --- a/mod/delegate.php +++ b/mod/delegate.php @@ -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 +}