1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

Fix ampacheapi module include

This commit is contained in:
Afterster 2015-11-15 20:40:52 +01:00
parent d3ea4c7e51
commit 7a71c16f3a

View file

@ -126,7 +126,7 @@ class Catalog_remote extends Catalog
}
}
require_once AmpConfig::get('prefix') . '/modules/catalog/remote/ampacheapi-php/AmpacheApi.lib.php';
require_once AmpConfig::get('prefix') . '/modules/catalog/remote/ampacheapi-php.git/AmpacheApi.lib.php';
}
/**