Bugfix: use the right variable
This commit is contained in:
parent
69d6c3e8bd
commit
d544babefc
1 changed files with 1 additions and 1 deletions
|
@ -1637,7 +1637,7 @@ function rcube_calendar_ui(settings)
|
||||||
src.url = null;
|
src.url = null;
|
||||||
src.events = [];
|
src.events = [];
|
||||||
|
|
||||||
if (cal.active) {
|
if (src.active) {
|
||||||
cals[id] = src;
|
cals[id] = src;
|
||||||
sources.push(src);
|
sources.push(src);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue