Stats display popup for apps would display a minor error
parent
a262f82d46
commit
886737f6bf
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…
Reference in New Issue