Changeset 3501
- Timestamp:
- 01/30/06 22:03:06 (3 years ago)
- Files:
-
- trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/admin-functions.php
r3497 r3501 1767 1767 // Set correct file permissions 1768 1768 $stat = stat(dirname($new_file)); 1769 $perms = $stat['mode'] & 0000 777;1769 $perms = $stat['mode'] & 0000666; 1770 1770 @ chmod($new_file, $perms); 1771 1771
