summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-03 09:58:34 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-03 09:58:34 +0000
commite827152b19208f7110b2392f30f84285c6309e90 (patch)
tree0663eaab2ab4067001b0dd6c30ae94186d572797 /wp-includes/wpmu-functions.php
parentd07c2a40450adac9a83087db0a45aebdf4f06f52 (diff)
downloadwordpress-mu-e827152b19208f7110b2392f30f84285c6309e90.tar.gz
wordpress-mu-e827152b19208f7110b2392f30f84285c6309e90.tar.xz
wordpress-mu-e827152b19208f7110b2392f30f84285c6309e90.zip
Fixed #54
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@624 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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 b523754..4e84bed 100644
--- a/wp-includes/wpmu-functions.php
+++ b/wp-includes/wpmu-functions.php
@@ -35,7 +35,7 @@ function wpmu_checkAvailableSpace($action) {
global $wpblog, $blog_id;
// Default space allowed is 10 MB
- $spaceAllowed = get_site_option("blog_upload_space" );
+ $spaceAllowed = get_site_option( "blog_upload_space" );
if( $spaceAllowed == false )
$spaceAllowed = 10;