From b8e3cd246635614c34261f33b8137c16bc486d75 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sat, 12 Jan 2019 10:53:53 +0100 Subject: [PATCH] Forgotten space --- src/installer/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/index.php b/src/installer/index.php index e46c725..39fab15 100644 --- a/src/installer/index.php +++ b/src/installer/index.php @@ -9,7 +9,7 @@ if (!file_exists(__PRIVATE_DIR . "/vendor/autoload.php")) { die( '

Oops! We cannot find Composer\'s autoload file.

' . '

In 2.0, the installation procedure is a little different. Go to the ' . - 'wiki' . + 'wiki ' . 'and follow the installation tutorial.

' . 'Or, if you know what you are doing, run composer update in the ' . '' . realpath(__BASE_DIR) . ' directory'