Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/21/2009 10:58:39 PM (16 years ago)
Author:
apeatling
Message:

Removing permission forcing as this is not a good idea in the root dir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r1624 r1625  
    198198
    199199        if ( file_exists( $dir_target ) ) {
    200             @chmod( $dir_target, 0777 );
    201 
    202200            if ( !is_writable( $dir_target ) || !is_dir( $dir_target ) ) {
    203201                $writable = false;
    204202            }
    205            
    206             @chmod( $dir_target, 0666 );
    207203        } else {
    208204            $writable = false;
Note: See TracChangeset for help on using the changeset viewer.