Changeset 1414

Show
Ignore:
Timestamp:
08/05/08 17:00:04 (4 months ago)
Author:
donncha
Message:

Forgot the files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r1413 r1414  
    244244 
    245245if( !defined( "BLOGUPLOADDIR" ) ) 
    246         define( "BLOGUPLOADDIR", WP_CONTENT_DIR . "/blogs.dir/{$wpdb->blogid}/" ); 
     246        define( "BLOGUPLOADDIR", WP_CONTENT_DIR . "/blogs.dir/{$wpdb->blogid}/files/" ); 
    247247 
    248248require (ABSPATH . WPINC . '/plugin.php');