maintainer wrong on dynamix sidebars
parent
f6c92fc581
commit
85df45b25f
Binary file not shown.
|
@ -4,6 +4,8 @@ mkdir -p "/tmp/GitHub/community.applications/source/community.applications/usr/l
|
|||
|
||||
cp /usr/local/emhttp/plugins/community.applications/* /tmp/GitHub/community.applications/source/community.applications/usr/local/emhttp/plugins/community.applications -R -v -p
|
||||
cd /tmp/GitHub/community.applications/source/community.applications/usr/local/emhttp/plugins/community.applications
|
||||
# Delete Apple Metadata files
|
||||
find . -maxdepth 9999 -noleaf -type f -name "._*" -exec rm -v "{}" \;
|
||||
rm -f ca.md5
|
||||
find . -type f -exec md5sum {} + > /tmp/ca.md5
|
||||
mv /tmp/ca.md5 ca.md5
|
||||
|
|
|
@ -20,7 +20,6 @@ ed42a35b3524b55e2024cdd56a795733 ./scripts/pluginInstall.php
|
|||
f2a86fd875cb73bb095388e69ca035fd ./scripts/showStatistics.php
|
||||
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
|
||||
5c088a7cf82229cb64edfd4c415a84a0 ./scripts/updatePluginSupport.php
|
||||
49278ae3008d2e2c54d39c1817a8c249 ./skins/Narrow/._css.php
|
||||
62498637efe9636e86f805ff75ab327b ./skins/Narrow/css.php
|
||||
d642a25efb891e51471fc4c7636da885 ./skins/Narrow/skin.html
|
||||
cf10eaf3365b717c7b73299e786b40d0 ./skins/Narrow/skin.php
|
||||
07c9450dea50baca4b0f9f52526018b1 ./skins/Narrow/skin.php
|
||||
|
|
|
@ -1406,9 +1406,10 @@ function displayPopup($template) {
|
|||
|
||||
extract($template);
|
||||
|
||||
if ( !$Private)
|
||||
if ( !$Private) {
|
||||
$RepoName = str_replace("' Repository","",str_replace("'s Repository","",$Repo));
|
||||
else {
|
||||
$RepoName = str_replace("Repository","",$RepoName);
|
||||
} else {
|
||||
$RepoName = str_replace("' Repository","",str_replace("'s Repository","",$RepoName));
|
||||
$Repo = $RepoName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue