Skip to content

Commit

Permalink
Update welcome_screen_url for 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Jun 13, 2024
1 parent 6586a76 commit 3b4a4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/data/transport.core.system_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@
$settings['welcome_screen_url'] = $xpdo->newObject(modSystemSetting::class);
$settings['welcome_screen_url']->fromArray([
'key' => 'welcome_screen_url',
'value' => '//misc.modx.com/revolution/welcome.30.html ',
'value' => '//misc.modx.com/revolution/welcome.31.html',
'xtype' => 'textfield',
'namespace' => 'core',
'area' => 'manager',
Expand Down

0 comments on commit 3b4a4cb

Please sign in to comment.