This commit is contained in:
Anatol Belski 2018-07-26 09:36:20 +02:00
Родитель fbc6c40761
Коммит b01fcd36e7
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -111,7 +111,6 @@ class TrainingCaseHandler extends Abstracts\TrainingCase implements Interfaces\T
public function init() : void public function init() : void
{ {
echo "Initializing " . $this->getName() . ".\n"; echo "Initializing " . $this->getName() . ".\n";
echo "It is OK to see some warnings here, because the joomla tools are not fully Windows compatible.\n";
$this->setupDist(); $this->setupDist();
$this->setupUrls(); $this->setupUrls();