* looking for arch@arch.thinkmo.de--2003-archives/moin--main--1.2--patch-319 to compare with
* comparing to arch@arch.thinkmo.de--2003-archives/moin--main--1.2--patch-319
M  MoinMoin/action/AttachFile.py

* modified files

--- orig/MoinMoin/action/AttachFile.py
+++ mod/MoinMoin/action/AttachFile.py
@@ -54,7 +54,7 @@
         attach_dir = os.path.join(config.attachments['dir'], pagename, "attachments")
     else:
         # send file via CGI, from page storage area
-        attach_dir = wikiutil.getPagePath(pagename, "attachments")
+        attach_dir = wikiutil.getPagePath(pagename, "attachments", check_create=create)
 
     if create and not os.path.isdir(attach_dir): 
         filesys.makeDirs(attach_dir)



