mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:10:11 +00:00
Remove deprecated App::setBaseURL() - process methods to DI::baseUrl()->saveByURL()
This commit is contained in:
parent
50be94aa5e
commit
e57a87f224
3 changed files with 2 additions and 16 deletions
|
@ -95,7 +95,7 @@ class Site extends BaseAdminModule
|
|||
|
||||
// update config
|
||||
Config::set('system', 'url', $new_url);
|
||||
$a->setBaseURL($new_url);
|
||||
DI::baseUrl()->saveByURL($new_url);
|
||||
|
||||
// send relocate
|
||||
$usersStmt = DBA::select('user', ['uid'], ['account_removed' => false, 'account_expired' => false]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue