"Privileged" warning on sidebar would appear twice

This commit is contained in:
Squidly271 2023-01-05 10:05:43 -05:00
parent d27e9b2cb4
commit 0b31066097
3 changed files with 1 additions and 3 deletions

View File

@ -22,4 +22,4 @@ ed42a35b3524b55e2024cdd56a795733 ./scripts/pluginInstall.php
5c088a7cf82229cb64edfd4c415a84a0 ./scripts/updatePluginSupport.php
230290ceb59b21a3fae7fa7674d5d89d ./skins/Narrow/css.php
d642a25efb891e51471fc4c7636da885 ./skins/Narrow/skin.html
e814fa312f24c3cc90fb5a6568a9f460 ./skins/Narrow/skin.php
cfc812f37f860ccf5a8b0688aa82549f ./skins/Narrow/skin.php

View File

@ -583,8 +583,6 @@ function getPopupDescriptionSkin($appNumber) {
$ovr = markdown(strip_tags($ovr,"<br>"));
$template['display_ovr'] = $ovr;
$template['ModeratorComment'] .= $template['CAComment'];
if ( $template['Plugin'] ) {
$templateURL = $template['PluginURL'];
download_url($templateURL,$caPaths['pluginTempDownload'],"",5);