[ticket/571] Use proper links for forms in ACP

B3P-571
This commit is contained in:
Marc Alexander
2015-06-06 15:37:03 +02:00
parent 45fb1c859d
commit 31d01f0aa4
7 changed files with 9 additions and 9 deletions

View File

@@ -426,7 +426,7 @@ class calendar extends module_base
$events = (strlen($portal_config['board3_calendar_events_' . $module_id]) >= 1) ? $this->utf_unserialize($portal_config['board3_calendar_events_' . $module_id]) : array();
// append_sid() adds adm/ already, no need to add it here
$u_action = append_sid('index.' . $this->php_ext, 'i=\board3\portal\acp\portal_module&mode=config&module_id=' . $module_id);
$u_action = append_sid('index.' . $this->php_ext, 'i=-board3-portal-acp-portal_module&mode=config&module_id=' . $module_id);
switch ($action)
{