You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't prevent creator from a new page's metadata 🐛
Calling pageinfo() durint IO_WIKIPAGE_WRITE of newly created pages
caused the page's metadata file to be written prematurely which in turn
caused the creator to be omitted from the page's metadata.
This reworks the create_mail_body action to no longer call pageinfo().
See also dokuwiki/dokuwiki#2401
0 commit comments