1
0
Fork 0

Fixing basepath issue

This commit is contained in:
Philipp Holzer 2019-03-25 09:39:33 +01:00
commit d78598b64e
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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())) {