diff --git a/filemanager/inc/class.uifilemanager.inc.php b/filemanager/inc/class.uifilemanager.inc.php index af410bc4f7..c4fec36e1c 100755 --- a/filemanager/inc/class.uifilemanager.inc.php +++ b/filemanager/inc/class.uifilemanager.inc.php @@ -101,16 +101,9 @@ //KL begin 200703 searchtemplate // etemplate stuff $this->tmpl =& CreateObject('etemplate.etemplate'); - $this->html =& $GLOBALS['egw']->html; - // this may be needed using etemplates - if(!@is_object($GLOBALS['egw']->js)) - { - $GLOBALS['egw']->js =& CreateObject('phpgwapi.javascript'); - } //KL end 200703 searchtemplate // error_reporting(8); - $GLOBALS['egw']->browser =& CreateObject('phpgwapi.browser'); $this->dateformat=$GLOBALS['egw_info']['user']['preferences']['common']['dateformat'];