summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinc/lib_config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lib_config.php b/inc/lib_config.php
index 77fd68a189e..cbf86b17aa1 100755
--- a/inc/lib_config.php
+++ b/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'){