Fixing basepath issue

This commit is contained in:
Philipp Holzer
2019-03-25 09:39:33 +01:00
parent e4875f2faf
commit d78598b64e
4 changed files with 20 additions and 8 deletions

View File

@@ -352,7 +352,7 @@ function update_1298()
* @see https://github.com/friendica/friendica/pull/6920
* @return int Success
*/
function update_1305()
function update_1307()
{
$app = BaseObject::getApp();
if (Update::saveConfigToFile($app->getBasePath(), $app->getMode())) {