summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/share/dropdown.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/ajax/share/dropdown.php')
-rwxr-xr-x[-rw-r--r--]apps/calendar/ajax/share/dropdown.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/ajax/share/dropdown.php b/apps/calendar/ajax/share/dropdown.php
index 85530c163ed..988e18c0b03 100644..100755
--- a/apps/calendar/ajax/share/dropdown.php
+++ b/apps/calendar/ajax/share/dropdown.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-$user = OC_USER::getUser();
+$user = OCP\USER::getUser();
$calid = $_GET['calid'];
$calendar = OC_Calendar_Calendar::find($calid);
if($calendar['userid'] != $user){