summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/wpmu-functions.php')
-rw-r--r--wp-includes/wpmu-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/wpmu-functions.php b/wp-includes/wpmu-functions.php
index 823e4ee..25df62d 100644
--- a/wp-includes/wpmu-functions.php
+++ b/wp-includes/wpmu-functions.php
@@ -35,7 +35,7 @@ function wpmu_checkAvailableSpace($action) {
if( $spaceAllowed == false )
$spaceAllowed = 10;
- $dirName = ABSPATH."wp-content/blogs.dir/".$blog_id."/files/";
+ $dirName = constant( "ABSPATH" ) . constant( "UPLOADS" );
$dir = dir($dirName);
$size = 0;