summaryrefslogtreecommitdiff
path: root/doc/bugs/title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn
blob: 8dc78a4a9c9e4978416e41e84f7eee8be9efc303 (plain)

When the meta plugin is enabled, use of the title() predicate in a [[PageSpec]] fails with "Undefined subroutine &IkiWiki::Plugin::meta::pagetitle called". The [[patch]] is to replace "pagetitle" with "IkiWiki::pagetitle" in the meta plugin, as in this git commit (git://git.debian.org/git/users/smcv/ikiwiki.git, branch=master, commit=1f26a).

[[done]] thanks!