diff options
Diffstat (limited to 'apps/calendar/index.php')
-rwxr-xr-x | apps/calendar/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/index.php b/apps/calendar/index.php index cc6b19a0402..77550420b53 100755 --- a/apps/calendar/index.php +++ b/apps/calendar/index.php @@ -7,7 +7,7 @@ */ -OC_Util::checkLoggedIn(); +OCP\User::checkLoggedIn(); OC_Util::checkAppEnabled('calendar'); // Create default calendar ... |