diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-07 22:45:44 -0400 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-07 22:45:44 -0400 |
commit | 960553f9c4fffe06fc6a9d80ed22fdcd2228a343 (patch) | |
tree | 3e9af412aca1246145eea1810474d4938187bb78 /apps/calendar/ajax/events.php | |
parent | 5a4237a31dd326b6ce46a6a7f1e9f45d103f51b6 (diff) | |
download | nextcloud-server-960553f9c4fffe06fc6a9d80ed22fdcd2228a343.tar.gz nextcloud-server-960553f9c4fffe06fc6a9d80ed22fdcd2228a343.zip |
fix path and class name
Diffstat (limited to 'apps/calendar/ajax/events.php')
-rwxr-xr-x | apps/calendar/ajax/events.php | 2 |
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'); |