diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-15 18:47:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-15 18:47:46 -0400 |
commit | 4e932d64d876188c4af8202f4c2cdb02c4e626cf (patch) | |
tree | ba0ee7c2f09053c793e024ce42af62256c2b123e /doc | |
parent | 4cd2efef8c6aed3adff9bebfcd3db0c0b5c0d272 (diff) | |
download | ikiwiki-4e932d64d876188c4af8202f4c2cdb02c4e626cf.tar ikiwiki-4e932d64d876188c4af8202f4c2cdb02c4e626cf.tar.gz |
fixed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn | 2 |
1 files changed, 2 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 index f7c85cb3d..6bc8bb815 100644 --- 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 @@ -3,3 +3,5 @@ ikiwiki 3.20110712: A try to rename a page through the web interface without plu 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]] + +> [[fixed|done]] --[[Joey]] |