summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-05 11:40:26 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-05 11:40:26 +0000
commit22fb608b61a4556c5636b816524a5df3e99924a7 (patch)
treeb3fc766ec9950fffa440dfe6b32801e8635ed3a2 /index.php
parent3a7445ba824c4d7df4d4efc7e67d53c690bea2fd (diff)
downloadwordpress-mu-22fb608b61a4556c5636b816524a5df3e99924a7.tar.gz
wordpress-mu-22fb608b61a4556c5636b816524a5df3e99924a7.tar.xz
wordpress-mu-22fb608b61a4556c5636b816524a5df3e99924a7.zip
Small typo
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@129 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 77235b0..2cc57f6 100644
--- a/index.php
+++ b/index.php
@@ -393,7 +393,7 @@ function step3() {
$query = "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, 1, 'admin_user_id', '1')";
$wpdb->query( $query );
$wpdb->query( "INSERT INTO ".$wpdb->site." ( id, domain, path ) VALUES ( NULL, '$domain', '$base' )" );
- $wpdb->query( "INSERT INTO " . $wpdb->sitecategories . " VALUES (1, 'Uncategorized', 'uncategorized', '')";
+ $wpdb->query( "INSERT INTO " . $wpdb->sitecategories . " VALUES (1, 'Uncategorized', 'uncategorized', '')" );
$res = createBlog( $domain, $base, 'admin', $weblog_title, $email );
if( $res == 'ok' ) {