mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
corrected call to phpgw->link
This commit is contained in:
parent
ac6d6d42b6
commit
4b240653bf
@ -59,7 +59,7 @@
|
||||
break;
|
||||
}
|
||||
$t->set_var($phpgw->infolog->setStyleSheet( ));
|
||||
$t->set_var(actionurl,$phpgw->link('/infolog/edit.php?action=new'));
|
||||
$t->set_var(actionurl,$phpgw->link('/infolog/edit.php','action=new'));
|
||||
$t->set_var('cat_form',$phpgw->link('/infolog/index.php'));
|
||||
$t->set_var('lang_category',lang('Category'));
|
||||
$t->set_var('lang_all',lang('All'));
|
||||
|
Loading…
Reference in New Issue
Block a user