diff options
Diffstat (limited to 'server/src')
-rw-r--r-- | server/src/praxisd.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/praxisd.cc b/server/src/praxisd.cc index d1ac4e5..c198051 100644 --- a/server/src/praxisd.cc +++ b/server/src/praxisd.cc @@ -816,7 +816,7 @@ public: if(name == "aftale") { Praxisd::aftale_t a; if(attr.find("date") != attr.end()) a.date = attr["date"]; - if(attr.find("calendar") != attr.end()) a.date = attr["calendar"]; + if(attr.find("calendar") != attr.end()) a.calendar = attr["calendar"]; div.push_back(a); } DODIVTAG(cpr); |