Fix: Apps with hyphens in the name couldn't be uninstalled

This commit is contained in:
Squidly271 2021-02-27 09:04:43 -05:00
parent f05d0d4497
commit ccf4ec06b9
2 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function my_display_apps($file,$pageNumber=1,$selectedApps=false,$startup=false)
if ( $currentServer == "Primary Server" && $template['IconHTTPS'])
$template['Icon'] = $template['IconHTTPS'];
$name = $template['SortName'];
$name = $template['Name'];
$appName = str_replace(" ","",$template['SortName']);
$ID = $template['ID'];
$template['ModeratorComment'] .= $template['CAComment'];