fix installation if not using root access --- ./config/index.php.tv2 2006-07-28 03:07:26.000000000 +0200 +++ ./config/index.php 2006-07-28 03:07:02.000000000 +0200 @@ -623,7 +623,7 @@ $ok = true; # Let's be optimistic # Decide if we're going to use the superuser or the regular database user - if( $conf->RootPW == '-' ) { + if( $conf->RootPW == '' ) { # Regular user $conf->Root = false; $db_user = $wgDBuser;