Fix: Apps with hyphens in the name couldn't be uninstalled
This commit is contained in:
parent
f05d0d4497
commit
ccf4ec06b9
Binary file not shown.
@ -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'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user