Explorar o código

Fix the HEAD request

Guillaume Ayoub %!s(int64=14) %!d(string=hai) anos
pai
achega
4a630397ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

@@ -295,7 +295,7 @@ class Application(object):
 
     def head(self, environ, calendars, content, user):
         """Manage HEAD request."""
-        status, headers, answer = self.get(environ, calendars, content)
+        status, headers, answer = self.get(environ, calendars, content, user)
         return status, headers, None
 
     def mkcalendar(self, environ, calendars, content, user):