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