mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
fix table prefix not being set correctly to an empty string on first run when using sqlite
This commit is contained in:
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user