mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
removed instanciation of not existing app_registry class
This commit is contained in:
parent
69c93b3f2b
commit
7bccad3c7c
@ -27,7 +27,6 @@
|
||||
var $process = '';
|
||||
var $lang = '';
|
||||
var $html = '';
|
||||
var $appreg = '';
|
||||
|
||||
/* table name vars */
|
||||
var $tbl_apps;
|
||||
@ -38,7 +37,6 @@
|
||||
{
|
||||
$this->detection = CreateObject('setup.setup_detection');
|
||||
$this->process = CreateObject('setup.setup_process');
|
||||
$this->appreg = CreateObject('setup.app_registry');
|
||||
|
||||
/* The setup application needs these */
|
||||
$this->html = $html ? CreateObject('setup.setup_html') : '';
|
||||
|
Loading…
Reference in New Issue
Block a user