fix: Steam Workshop module issues and modulemanager PHP 8.3 warning
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/773ab9dc-a9f7-463e-8bf1-c37ac01b0b37 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
8c7c63bb72
commit
f1c96ff1b7
4 changed files with 46 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* GSP – Steam Workshop: User mod management
|
||||
* Copyright (C) 2025 WDS / GameServerPanel
|
||||
*
|
||||
* Accessible via: home.php?m=steam_workshop&p=user_mods&home_id=123
|
||||
* Accessible via: home.php?m=steam_workshop&p=user&home_id=123
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -307,7 +307,7 @@ function sw_user_render($db, $home_id, array $home, array $profile)
|
|||
});
|
||||
$params = sw_generate_launch_params(array_values($enabled_mods), $profile);
|
||||
|
||||
$base_url = 'home.php?m=steam_workshop&p=user_mods&home_id=' . $home_id;
|
||||
$base_url = 'home.php?m=steam_workshop&p=user&home_id=' . $home_id;
|
||||
?>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue