mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Fixed problems with include manager. Includes like 'phpgwapi.jquery.jquery.ui' do now work.
This commit is contained in:
parent
58bc3367df
commit
4bb00f1475
@ -136,7 +136,11 @@ class egw_include_mgr
|
||||
// an absolute path (initialized by "/").
|
||||
if ($mod[0] != '/')
|
||||
{
|
||||
$mod = explode(".", $mod);
|
||||
$mod = explode(".", $mod, 3);
|
||||
}
|
||||
else
|
||||
{
|
||||
$mod = array($mod);
|
||||
}
|
||||
$empty = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user