diff options
Diffstat (limited to 'apps/calendar/export.php')
-rwxr-xr-x | apps/calendar/export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/export.php b/apps/calendar/export.php index 9b71bc6910f..0756e1df20e 100755 --- a/apps/calendar/export.php +++ b/apps/calendar/export.php @@ -8,7 +8,7 @@ OCP\User::checkLoggedIn(); -OC_Util::checkAppEnabled('calendar'); +OCP\App::checkAppEnabled('calendar'); $cal = isset($_GET['calid']) ? $_GET['calid'] : NULL; $event = isset($_GET['eventid']) ? $_GET['eventid'] : NULL; $nl = "\r\n"; |