Skip to content
Snippets Groups Projects
Commit f1c2b5b3 authored by Robin Appelman's avatar Robin Appelman
Browse files

set installed version in config file

parent 20f5a9f0
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ class OC_SETUP {
//write the config file
OC_CONFIG::setValue('datadirectory', $datadir);
OC_CONFIG::setValue('dbtype', $dbtype);
OC_CONFIG::setValue('version',implode('.',OC_UTIL::getVersion()));
if($dbtype == 'mysql') {
$dbuser = $options['dbuser'];
$dbpass = $options['dbpass'];
......
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