mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fixed typo calend_a_r
This commit is contained in:
parent
4ec129ddc8
commit
1812b42810
@ -83,11 +83,11 @@ class resources_hooks
|
||||
);
|
||||
}
|
||||
|
||||
function calender_resources($args)
|
||||
function calendar_resources($args)
|
||||
{
|
||||
return array(
|
||||
'select_template' => 'resources.resource_selectbox',
|
||||
'info' => 'resources.bo_resources.get_calender_info',
|
||||
'info' => 'resources.bo_resources.get_calendar_info',
|
||||
'type' => 'r',
|
||||
);
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
||||
$setup_info['resources']['hooks']['admin'] = 'resources.resources_hooks.admin_prefs_sidebox';
|
||||
$setup_info['resources']['hooks']['sidebox_menu'] = 'resources.resources_hooks.admin_prefs_sidebox';
|
||||
$setup_info['resources']['hooks']['search_link'] = 'resources.resources_hooks.search_link';
|
||||
$setup_info['resources']['hooks']['calender_resources'] = 'resources.resources_hooks.calender_resources';
|
||||
$setup_info['resources']['hooks']['calendar_resources'] = 'resources.resources_hooks.calendar_resources';
|
||||
// $setup_info['resources']['hooks'][] = 'home';
|
||||
// $setup_info['resources']['hooks'][] = 'settings';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user