]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn
Merge remote-tracking branch 'spalax/calendar-autocreate'
[ikiwiki.git] / doc / bugs / plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn
1 ikiwiki 3.20110712: A try to rename a page through the web interface without plugin `attachment` enabled renders:
2
3     Error: Undefined subroutine &IkiWiki::Plugin::attachment::attachment_holding_location called at /usr/share/perl5/IkiWiki/Plugin/rename.pm line 326.
4
5 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]]
6
7 > [[fixed|done]] --[[Joey]]