new ics lib

This commit is contained in:
2016-06-20 18:02:57 +02:00
parent f97daa514b
commit 2c18071de4
4 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ class Plugincalendarimporter extends Plugin
break;
case 'server.index.load.custom':
if ($data['name'] == 'download_ics') {
DownloadHandler::doDownload();
calendarimporter\DownloadHandler::doDownload();
}
break;
}