mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 20:13:49 +01:00
Fix paths.
This commit is contained in:
@@ -82,8 +82,8 @@ class About
|
|||||||
*/
|
*/
|
||||||
private function extractFromComposer()
|
private function extractFromComposer()
|
||||||
{
|
{
|
||||||
$extFile = TL_ROOT . '/composer/vendor/netzmacht/contao-leaflet-maps/composer.json';
|
$extFile = TL_ROOT . '/vendor/netzmacht/contao-leaflet-maps/composer.json';
|
||||||
$lockFile = TL_ROOT . '/composer/composer.lock';
|
$lockFile = TL_ROOT . '/composer.lock';
|
||||||
|
|
||||||
if (!file_exists($extFile) || !file_exists($lockFile)) {
|
if (!file_exists($extFile) || !file_exists($lockFile)) {
|
||||||
return array();
|
return array();
|
||||||
|
|||||||
Reference in New Issue
Block a user