[wp-cvs] wordpress/wp-admin upgrade-functions.php,1.88,1.89

Ryan Boren rboren at users.sourceforge.net
Tue Feb 8 07:50:27 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1954

Modified Files:
	upgrade-functions.php 
Log Message:
Set umask to 0 when creating site theme.

Index: upgrade-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/upgrade-functions.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** upgrade-functions.php	2 Feb 2005 09:41:06 -0000	1.88
--- upgrade-functions.php	8 Feb 2005 07:50:24 -0000	1.89
***************
*** 637,640 ****
--- 637,641 ----
  	}
  
+ 	umask(0);
  	if (! mkdir($site_dir, 0777)) {
  		return false;



More information about the cvs mailing list