Add enable_browser_class object creation

This commit is contained in:
Miles Lott 2001-04-07 14:29:41 +00:00
parent c6b810baf3
commit 0d001b95b8

View File

@ -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 *
\*************************************************************************/