forked from extern/egroupware
replaced with static egw_link unnecessary infolog_link_registry-class
This commit is contained in:
parent
7c64936239
commit
10af150055
@ -17,6 +17,8 @@ include_once(EGW_INCLUDE_ROOT.'/infolog/inc/class.boinfolog.inc.php');
|
|||||||
*
|
*
|
||||||
* To prevent an invinit recursion, it has to be outside the boinfolog class,
|
* To prevent an invinit recursion, it has to be outside the boinfolog class,
|
||||||
* which itself instanciats the link class by default.
|
* which itself instanciats the link class by default.
|
||||||
|
*
|
||||||
|
* @todo delete after next infolog update
|
||||||
*/
|
*/
|
||||||
class infolog_link_registry
|
class infolog_link_registry
|
||||||
{
|
{
|
||||||
|
@ -60,7 +60,7 @@ $setup_info['infolog']['hooks']['infolog'] = 'infolog.uiinfolog.hook_vi
|
|||||||
$setup_info['infolog']['hooks']['calendar_include_events'] = 'infolog.boinfolog.cal_to_include';
|
$setup_info['infolog']['hooks']['calendar_include_events'] = 'infolog.boinfolog.cal_to_include';
|
||||||
$setup_info['infolog']['hooks']['calendar_include_todos'] = 'infolog.boinfolog.cal_to_include';
|
$setup_info['infolog']['hooks']['calendar_include_todos'] = 'infolog.boinfolog.cal_to_include';
|
||||||
$setup_info['infolog']['hooks']['sidebox_menu'] = 'infolog.infolog_prefs_sidebox_hooks.all_hooks';
|
$setup_info['infolog']['hooks']['sidebox_menu'] = 'infolog.infolog_prefs_sidebox_hooks.all_hooks';
|
||||||
$setup_info['infolog']['hooks']['search_link'] = 'infolog.infolog_link_registry.search_link';
|
$setup_info['infolog']['hooks']['search_link'] = 'infolog.boinfolog.search_link';
|
||||||
$setup_info['infolog']['hooks']['pm_custom_app_icons'] = 'infolog.boinfolog.pm_icons';
|
$setup_info['infolog']['hooks']['pm_custom_app_icons'] = 'infolog.boinfolog.pm_icons';
|
||||||
|
|
||||||
/* Dependencies for this app to work */
|
/* Dependencies for this app to work */
|
||||||
@ -72,4 +72,3 @@ $setup_info['infolog']['depends'][] = array(
|
|||||||
'appname' => 'etemplate',
|
'appname' => 'etemplate',
|
||||||
'versions' => Array('1.3','1.4','1.5')
|
'versions' => Array('1.3','1.4','1.5')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user