(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM <Daniel@web>
Fri, 15 Jul 2011 12:53:51 +0000 (08:53 -0400)
committeradmin <admin@branchable.com>
Fri, 15 Jul 2011 12:53:51 +0000 (08:53 -0400)
doc/bugs/plugin___96__rename__96___fails_if___96__attachment__96___is_not_enabled.mdwn [new file with mode: 0644]

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 (file)
index 0000000..f7c85cb
--- /dev/null
@@ -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]]