[INSTALL] Fix lib/util/installer.php import path
This commit is contained in:
parent
ee405df000
commit
a9443d754a
|
@ -39,7 +39,7 @@
|
|||
define('INSTALLDIR', dirname(__DIR__));
|
||||
define('PUBLICDIR', INSTALLDIR . DIRECTORY_SEPARATOR . 'public');
|
||||
|
||||
require INSTALLDIR . '/lib/installer.php';
|
||||
require INSTALLDIR . '/lib/util/installer.php';
|
||||
|
||||
/**
|
||||
* Helper class for building form
|
||||
|
|
Loading…
Reference in New Issue
Block a user