forked from extern/egroupware
Changed the require_once to CreateObject
This commit is contained in:
parent
3bbbded8e2
commit
aedaca8c72
@ -24,7 +24,7 @@
|
||||
\*******************************************************************/
|
||||
/* $Id$ */
|
||||
|
||||
require_once('class.help.inc.php');
|
||||
CreateObject('phpgwapi.help');
|
||||
|
||||
class help_helper extends help
|
||||
{
|
||||
|
@ -25,8 +25,7 @@
|
||||
\**************************************************************************/
|
||||
/* $Id$ */
|
||||
|
||||
require_once('class.portalbox.inc.php');
|
||||
|
||||
CreateObject('phpgwapi.portalbox');
|
||||
class listbox extends portalbox
|
||||
{
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user