cubicweb/sobjects/notification.py
changeset 11913 4516c3956d46
parent 11767 432f87a63057
child 12043 b8d2e6b9f548
--- a/cubicweb/sobjects/notification.py	Fri Jan 20 16:53:28 2017 +0100
+++ b/cubicweb/sobjects/notification.py	Mon Jan 23 11:02:21 2017 +0100
@@ -187,7 +187,7 @@
         kwargs.update({'user': self.user_data['login'],
                        'eid': entity.eid,
                        'etype': entity.dc_type(),
-                       'url': entity.absolute_url(__secure__=True),
+                       'url': entity.absolute_url(),
                        'title': entity.dc_long_title(),})
         return kwargs