fix table prefix not being set correctly to an empty string on first run when using sqlite

remotes/origin/stable
Robin Appelman 16 years ago
parent 1bdfe395cd
commit 761b54fc17
  1. 1
      inc/lib_config.php

@ -193,6 +193,7 @@ class OC_CONFIG{
$CONFIG_DBPASSWORD=$_POST['dbpassword'];
}else{
$_POST['dbtableprefix']='';
$CONFIG_DBTABLEPREFIX='';
}
try{
if(isset($_POST['createdatabase']) and $CONFIG_DBTYPE!='sqlite'){

Loading…
Cancel
Save