Skip to content
Snippets Groups Projects
Commit 90c54ade authored by Brice Maron's avatar Brice Maron
Browse files

Fix typo in getting var from config

parent c105268a
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ class OC_Setup {
$dbpass = $options['dbpass'];
$dbname = $options['dbname'];
$dbhost = $options['dbhost'];
$dbtableprefix = OC_Config::gsetValue('dbtableprefix','oc_');
$dbtableprefix = OC_Config::getValue('dbtableprefix','oc_');
OC_Config::setValue('dbname', $dbname);
OC_Config::setValue('dbhost', $dbhost);
OC_Config::setValue('dbtableprefix', $dbtableprefix);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment