twingle/twingle/content twingle.js,1.5,1.6

[email protected] Sun, 9 Mar 2003 10:11:12 -0700 (MST)
Newsgroups gmane.comp.cms.oscom.twingle.cvs
Message-ID <[email protected]>
Update of /cvs/root/twingle/twingle/content
In directory alpha.oscom.org:/tmp/cvs-serv19504

Modified Files:
	twingle.js 
Log Message:
create Directory with correct permission (hopefully, please check on other OS)


Index: twingle.js
===================================================================
RCS file: /cvs/root/twingle/twingle/content/twingle.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** twingle.js	8 Mar 2003 15:24:36 -0000	1.5
--- twingle.js	9 Mar 2003 17:11:10 -0000	1.6
***************
*** 35,39 ****
      else {
          dump("\n No twingledir at " + twingledirpath + ", creating now...");
!         twingledir.create();
      };
  
--- 35,39 ----
      else {
          dump("\n No twingledir at " + twingledirpath + ", creating now...");
!         twingledir.create(0700);
      };