forked from extern/egroupware
removed instanciation of not existing app_registry class
This commit is contained in:
parent
69c93b3f2b
commit
7bccad3c7c
@ -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') : '';
|
||||||
|
Loading…
Reference in New Issue
Block a user