forked from extern/egroupware
reverted Lars commit 24952, as it requires php5 and 1.4 is suposed to work with php4.3+
This commit is contained in:
parent
d27055b2fd
commit
00ea4968e0
@ -131,8 +131,7 @@
|
||||
$this->common =& CreateObject('phpgwapi.common');
|
||||
$this->hooks =& CreateObject('phpgwapi.hooks');
|
||||
$this->auth =& CreateObject('phpgwapi.auth');
|
||||
include_once(EGW_INCLUDE_ROOT.'/phpgwapi/inc/class.accounts.inc.php');
|
||||
$this->accounts = accounts::getInstance();
|
||||
$this->accounts =& CreateObject('phpgwapi.accounts');
|
||||
$this->acl =& CreateObject('phpgwapi.acl');
|
||||
/* Do not create the session object if called by the sessions class. This way
|
||||
* we ensure the correct db based on the user domain.
|
||||
|
Loading…
Reference in New Issue
Block a user