diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM <Daniel@web> | 2011-07-15 08:53:51 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-15 08:53:51 -0400 |
commit | fc9163bff133f8b7705f46e322164d3ac03454a2 (patch) | |
tree | 8fa249bb97ac35bde468b70d1ff24476d8de497e /doc/bugs | |
parent | 53adfe0ba31d164b325a6b550600531f36fdada6 (diff) | |
download | ikiwiki-fc9163bff133f8b7705f46e322164d3ac03454a2.tar ikiwiki-fc9163bff133f8b7705f46e322164d3ac03454a2.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn b/doc/bugs/plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn new file mode 100644 index 000000000..f7c85cb3d --- /dev/null +++ b/doc/bugs/plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn @@ -0,0 +1,5 @@ +ikiwiki 3.20110712: A try to rename a page through the web interface without plugin `attachment` enabled renders: + + Error: Undefined subroutine &IkiWiki::Plugin::attachment::attachment_holding_location called at /usr/share/perl5/IkiWiki/Plugin/rename.pm line 326. + +Enabling `attachment` makes it work. Some check if `attachment` is enabled before running that code path would solve it. Not sure of the best way to check it. --[[Daniel Andersson]] |