mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Make $common a CreateObject
This commit is contained in:
parent
f7533ca3d0
commit
cdbe460eea
@ -27,9 +27,8 @@
|
||||
exit;
|
||||
}
|
||||
// Does not return unless user is authorized
|
||||
include( PHPGW_INCLUDE_ROOT . "/phpgwapi/inc/class.common.inc.php");
|
||||
|
||||
$common = new common;
|
||||
$common = CreateObject("phpgwapi.common");
|
||||
$phpgw_setup->loaddb();
|
||||
|
||||
$phpgw_info["server"]["auth_type"] = "ldap";
|
||||
|
Loading…
Reference in New Issue
Block a user