mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
missed a link() call
This commit is contained in:
parent
4cef072493
commit
880b6bbc6f
@ -81,7 +81,7 @@
|
||||
|
||||
$var = Array(
|
||||
'title' => lang('Calendar preferences'),
|
||||
'action_url' => $phpgw->link(''),
|
||||
'action_url' => $phpgw->link('/'.$phpgw_info['flags']['currentapp'].'/preferences.php'),
|
||||
'bg_color' => $phpgw_info['theme']['th_bg'],
|
||||
'submit_lang' => lang('submit')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user