mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
excluding of non phpgwapi files not neccessary and breaks new accounts-class which use addressbook's contact service
This commit is contained in:
parent
a3ff0decd1
commit
86b3262901
@ -166,11 +166,6 @@
|
|||||||
$_SESSION['egw_included_files'] = array();
|
$_SESSION['egw_included_files'] = array();
|
||||||
foreach(array_slice(get_included_files(),4) as $file)
|
foreach(array_slice(get_included_files(),4) as $file)
|
||||||
{
|
{
|
||||||
if (!strstr($file,'phpgwapi'))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch(basename($file))
|
switch(basename($file))
|
||||||
{
|
{
|
||||||
case 'head.inc.php': // needs EGW_TEMPLATE_DIR and is included anyway by common::egw_header()
|
case 'head.inc.php': // needs EGW_TEMPLATE_DIR and is included anyway by common::egw_header()
|
||||||
|
Loading…
Reference in New Issue
Block a user