mirror of
https://github.com/nextcloud/server.git
synced 2026-02-12 23:37:26 -05:00
fix table prefix not being set correctly to an empty string on first run when using sqlite
This commit is contained in:
parent
1bdfe395cd
commit
761b54fc17
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue