Skip to content
Snippets Groups Projects
Commit bf68e8d1d3e7 authored by Arthur Lutz's avatar Arthur Lutz
Browse files

[mq]: cw_3.6_in_hooks

parent 18c69e7629d4
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
content_attr = 'content' content_attr = 'content'
def subject(self): def subject(self):
entity = self.entity(0) entity = self.cw_rset.get_entity(0, 0)
return '[%s] %s' % (self.config.appid, entity.dc_title()) return '[%s] %s' % (self._cw.vreg.config.appid, entity.dc_title())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment