Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 4e3ccef

Browse files
committed
hand over parameter to addDefaultCalendars()
1 parent c1f0eac commit 4e3ccef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/calendar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function allCalendars($uid, $active=false) {
5757
}
5858

5959
if ($active === false && count($calendars) === 0) {
60-
self::addDefaultCalendars();
60+
self::addDefaultCalendars($uid);
6161
return self::allCalendars($uid, false);
6262
}
6363

0 commit comments

Comments
 (0)