]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Normalize start_time and end_time parameter names in Friendica API event endpoints
[friendica.git] / src / Module / Install.php
index 59d6581056885c17d892350689b4782a5b6849e4..843cee9f189115ad83339aba07589e54152ad1d9 100644 (file)
@@ -170,7 +170,7 @@ class Install extends BaseModule
                                        return;
                                }
 
-                               $this->installer->installDatabase($configCache->get('system', 'basepath'));
+                               $this->installer->installDatabase();
                        
                                // install allowed themes to register theme hooks
                                // this is same as "Reload active theme" in /admin/themes