X-Git-Url: https://git.cweiske.de/enigtomb.git/blobdiff_plain/cb164d55ec353e0c52b0336b2a2f51bcc7a1cbe3..refs/heads/master:/copy-radio-bouqets.php diff --git a/copy-radio-bouqets.php b/copy-radio-bouqets.php index 6d7bf3b..a87995a 100644 --- a/copy-radio-bouqets.php +++ b/copy-radio-bouqets.php @@ -26,7 +26,7 @@ $strRadiodir = $GLOBALS['enigtombConfig']['mediatomb']['radiodir']; $radiodir = $mt->getContainerByPath($strRadiodir); if ($radiodir !== null) { - $mt->delete($radiodir); + $mt->deleteItem($radiodir); } foreach ($arBouqets as $strBouqetName => $arStations) {