summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/events.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-07 22:45:44 -0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-07 22:45:44 -0400
commit960553f9c4fffe06fc6a9d80ed22fdcd2228a343 (patch)
tree3e9af412aca1246145eea1810474d4938187bb78 /apps/calendar/ajax/events.php
parent5a4237a31dd326b6ce46a6a7f1e9f45d103f51b6 (diff)
downloadnextcloud-server-960553f9c4fffe06fc6a9d80ed22fdcd2228a343.tar.gz
nextcloud-server-960553f9c4fffe06fc6a9d80ed22fdcd2228a343.zip
fix path and class name
Diffstat (limited to 'apps/calendar/ajax/events.php')
-rwxr-xr-xapps/calendar/ajax/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/ajax/events.php b/apps/calendar/ajax/events.php
index 21e816b1275..4c011e5d764 100755
--- a/apps/calendar/ajax/events.php
+++ b/apps/calendar/ajax/events.php
@@ -7,7 +7,7 @@
*/
require_once ('../../../lib/base.php');
-require_once(OC::$THIRDPARTYROOT . 'when/When.php');
+require_once('when/When.php');
OC_JSON::checkLoggedIn();
OC_JSON::checkAppEnabled('calendar');