@@ -99,7 +99,7 @@ |
||
99 | 99 | } |
100 | 100 | $target = $folder->newFile('logo'); |
101 | 101 | |
102 | - $target->putContent(file_get_contents(__DIR__ . '/../../../../core/img/logo/logo-enterprise.png')); |
|
102 | + $target->putContent(file_get_contents(__DIR__.'/../../../../core/img/logo/logo-enterprise.png')); |
|
103 | 103 | |
104 | 104 | $this->themingDefaults->set('logoMime', 'image/png'); |
105 | 105 |