mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Stats display popup for apps would display a minor error
This commit is contained in:
parent
a262f82d46
commit
886737f6bf
BIN
archive/community.applications-2021.01.30-x86_64-1.txz
Normal file
BIN
archive/community.applications-2021.01.30-x86_64-1.txz
Normal file
Binary file not shown.
@ -774,6 +774,9 @@ case 'displayTags':
|
||||
# Displays The Statistics For The Appfeed #
|
||||
###########################################
|
||||
case 'statistics':
|
||||
@unlink($caPaths['community-templates-displayed']);
|
||||
@unlink($caPaths['community-templates-allSearchResults']);
|
||||
@unlink($caPaths['community-templates-catSearchResults']);
|
||||
$statistics = download_json($caPaths['statisticsURL'],$caPaths['statistics']);
|
||||
download_json($caPaths['moderationURL'],$caPaths['moderation']);
|
||||
$statistics['totalModeration'] = count(readJsonFile($caPaths['moderation']));
|
||||
|
Loading…
x
Reference in New Issue
Block a user