diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 13:44:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 13:44:03 -0400 |
commit | 1a883b3c504a543c8f4a5b5bb9687e7770f28a4f (patch) | |
tree | 20b90e8dd2e77476b2d26ace831ba71290a7c1c4 /doc | |
parent | dfef51e10ed46419ce361411a0fd27966d84e21e (diff) |
include temp file for attachment change too
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 5ee4acb53..abcabbdc3 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -837,8 +837,8 @@ files that were changed, in the form: file => # name of file that was changed action => # either "add", "change", or "remove" path => # temp file containing the new file content, only - # needed for "add", and only if the file is an - # attachment, not a page + # needed for "add"/"change", and only if the file + # is an attachment, not a page } The list will then be checked to make sure that each change is one that |