mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
PageClass arg is useless in content_object_init
This commit is contained in:
parent
c977e0aa25
commit
ed907b4094
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ class Page(object):
|
|||
if 'summary' in metadata:
|
||||
self._summary = metadata['summary']
|
||||
|
||||
signals.content_object_init.send(self.__class__, instance=self)
|
||||
signals.content_object_init.send(self)
|
||||
|
||||
def check_properties(self):
|
||||
"""test that each mandatory property is set."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue