This commit is contained in:
Squidly271 2021-07-18 06:02:34 -04:00
parent 99cd49f18b
commit e73be1c01b
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@ b398273cf7daa62ab00d2de2336ca25f ./README.md
eb76c1b6ed3da5e5b393f22d2ec18430 ./javascript/libraries.js
4e97f00c3f0a52603239b00acf890990 ./skins/Narrow/css.php
e7bf62923b2d7109b6848554701e12f6 ./skins/Narrow/skin.html
703b19e55c031aaec127efa09173f1d0 ./skins/Narrow/skin.php
11ab9650e24884b77dd1d6985009052d ./skins/Narrow/skin.php
430966e5646376b62905b63a30de7102 ./scripts/PluginAPI.php
bbd9dec6c5df486d75c46388c14f09ce ./scripts/installMulti.php
ce2c904b6a40c4677a3ff3484776959e ./scripts/installMultiPlugin.sh

View File

@ -579,7 +579,8 @@ function getPopupDescriptionSkin($appNumber) {
$template['ModeratorComment'] .= $template['CAComment'];
if ( $template['Plugin'] ) {
download_url($template['PluginURL'],$caPaths['pluginTempDownload']);
$templateURL = $template['PluginURL'];
download_url($templateURL,$caPaths['pluginTempDownload']);
$template['Changes'] = @plugin("changes",$caPaths['pluginTempDownload']);
$template['pluginVersion'] = @plugin("version",$caPaths['pluginTempDownload']) ?: $template['pluginVersion'];
} else {