From 43ae2dfcdcd0c01d1ee83f25f0952820a339a197 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 7 Mar 2014 18:52:56 +0100 Subject: [PATCH] Fixing installation see #7000! --- main/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/install/index.php b/main/install/index.php index 817467c700..60ad719f5b 100644 --- a/main/install/index.php +++ b/main/install/index.php @@ -102,7 +102,7 @@ $console->addCommands( new Chash\Command\Installation\UpgradeCommand(), new Chash\Command\Installation\InstallCommand(), - new Chash\Command\Files\CleanDataFilesCommand(), + new Chash\Command\Files\CleanCoursesFilesCommand(), new Chash\Command\Files\CleanTempFolderCommand(), new Chash\Command\Files\CleanConfigFilesCommand(), new Chash\Command\Files\MailConfCommand(),