[INSTALL] Fix lib/util/installer.php import path
This commit is contained in:
parent
7f2019b4af
commit
1a0d6a90c2
@ -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