From 1a0d6a90c2611e9551b6743704ab89539a480696 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 12 Sep 2019 11:52:04 +0300 Subject: [PATCH] [INSTALL] Fix lib/util/installer.php import path --- public/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install.php b/public/install.php index 7b01bf0583..60e0e7362d 100644 --- a/public/install.php +++ b/public/install.php @@ -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