mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
fix
This commit is contained in:
parent
99cd49f18b
commit
e73be1c01b
BIN
archive/community.applications-2021.07.18-x86_64-1.txz
Normal file
BIN
archive/community.applications-2021.07.18-x86_64-1.txz
Normal file
Binary file not shown.
@ -17,7 +17,7 @@ b398273cf7daa62ab00d2de2336ca25f ./README.md
|
|||||||
eb76c1b6ed3da5e5b393f22d2ec18430 ./javascript/libraries.js
|
eb76c1b6ed3da5e5b393f22d2ec18430 ./javascript/libraries.js
|
||||||
4e97f00c3f0a52603239b00acf890990 ./skins/Narrow/css.php
|
4e97f00c3f0a52603239b00acf890990 ./skins/Narrow/css.php
|
||||||
e7bf62923b2d7109b6848554701e12f6 ./skins/Narrow/skin.html
|
e7bf62923b2d7109b6848554701e12f6 ./skins/Narrow/skin.html
|
||||||
703b19e55c031aaec127efa09173f1d0 ./skins/Narrow/skin.php
|
11ab9650e24884b77dd1d6985009052d ./skins/Narrow/skin.php
|
||||||
430966e5646376b62905b63a30de7102 ./scripts/PluginAPI.php
|
430966e5646376b62905b63a30de7102 ./scripts/PluginAPI.php
|
||||||
bbd9dec6c5df486d75c46388c14f09ce ./scripts/installMulti.php
|
bbd9dec6c5df486d75c46388c14f09ce ./scripts/installMulti.php
|
||||||
ce2c904b6a40c4677a3ff3484776959e ./scripts/installMultiPlugin.sh
|
ce2c904b6a40c4677a3ff3484776959e ./scripts/installMultiPlugin.sh
|
||||||
|
@ -579,7 +579,8 @@ function getPopupDescriptionSkin($appNumber) {
|
|||||||
$template['ModeratorComment'] .= $template['CAComment'];
|
$template['ModeratorComment'] .= $template['CAComment'];
|
||||||
|
|
||||||
if ( $template['Plugin'] ) {
|
if ( $template['Plugin'] ) {
|
||||||
download_url($template['PluginURL'],$caPaths['pluginTempDownload']);
|
$templateURL = $template['PluginURL'];
|
||||||
|
download_url($templateURL,$caPaths['pluginTempDownload']);
|
||||||
$template['Changes'] = @plugin("changes",$caPaths['pluginTempDownload']);
|
$template['Changes'] = @plugin("changes",$caPaths['pluginTempDownload']);
|
||||||
$template['pluginVersion'] = @plugin("version",$caPaths['pluginTempDownload']) ?: $template['pluginVersion'];
|
$template['pluginVersion'] = @plugin("version",$caPaths['pluginTempDownload']) ?: $template['pluginVersion'];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user