mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
Add enable_browser_class object creation
This commit is contained in:
parent
c6b810baf3
commit
0d001b95b8
@ -310,6 +310,10 @@
|
|||||||
$phpgw->vfs = CreateObject("phpgwapi.vfs");
|
$phpgw->vfs = CreateObject("phpgwapi.vfs");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($phpgw_info["flags"]["enable_browser_class"]) {
|
||||||
|
$phpgw->browser = CreateObject("phpgwapi.browser");
|
||||||
|
}
|
||||||
|
|
||||||
/*************************************************************************\
|
/*************************************************************************\
|
||||||
* These lines load up the templates class *
|
* These lines load up the templates class *
|
||||||
\*************************************************************************/
|
\*************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user