forked from extern/egroupware
Add enable_browser_class object creation
This commit is contained in:
parent
c6b810baf3
commit
0d001b95b8
@ -310,6 +310,10 @@
|
||||
$phpgw->vfs = CreateObject("phpgwapi.vfs");
|
||||
}
|
||||
|
||||
if ($phpgw_info["flags"]["enable_browser_class"]) {
|
||||
$phpgw->browser = CreateObject("phpgwapi.browser");
|
||||
}
|
||||
|
||||
/*************************************************************************\
|
||||
* These lines load up the templates class *
|
||||
\*************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user