]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix table prefix not being set correctly to an empty string on first run when using...
authorRobin Appelman <icewind1991@gmail.com>
Tue, 6 Jul 2010 08:37:11 +0000 (10:37 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Tue, 6 Jul 2010 08:37:11 +0000 (10:37 +0200)
inc/lib_config.php

index 77fd68a189e2fac4340f20a2650fba276e568eab..cbf86b17aa1f0975804d16d613bfbfd3aaf1dc92 100755 (executable)
@@ -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'){