From 688aee7a149cbe3b1db71773be176f65f54be926 Mon Sep 17 00:00:00 2001 From: ceb Date: Mon, 16 Dec 2002 01:48:16 +0000 Subject: [PATCH] update help system --- help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.php b/help.php index 406de4df26..c018cf97cc 100644 --- a/help.php +++ b/help.php @@ -23,7 +23,7 @@ $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper'); - $GLOBALS['phpgw']->hooks->process('help',array('help')); + $GLOBALS['phpgw']->hooks->process('help',array('manual')); $GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->help->output); ?>