removed instanciation of not existing app_registry class

This commit is contained in:
Ralf Becker 2005-03-04 15:54:15 +00:00
parent 69c93b3f2b
commit 7bccad3c7c

View File

@ -27,7 +27,6 @@
var $process = ''; var $process = '';
var $lang = ''; var $lang = '';
var $html = ''; var $html = '';
var $appreg = '';
/* table name vars */ /* table name vars */
var $tbl_apps; var $tbl_apps;
@ -38,7 +37,6 @@
{ {
$this->detection = CreateObject('setup.setup_detection'); $this->detection = CreateObject('setup.setup_detection');
$this->process = CreateObject('setup.setup_process'); $this->process = CreateObject('setup.setup_process');
$this->appreg = CreateObject('setup.app_registry');
/* The setup application needs these */ /* The setup application needs these */
$this->html = $html ? CreateObject('setup.setup_html') : ''; $this->html = $html ? CreateObject('setup.setup_html') : '';