diff --git a/archive/community.applications-2017.08.17.txz b/archive/community.applications-2017.08.17.txz new file mode 100644 index 00000000..2bbe5a5e Binary files /dev/null and b/archive/community.applications-2017.08.17.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php index 635cc831..d54bbd66 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php @@ -1126,7 +1126,7 @@ case 'get_content': if ( $category && ! preg_match($category,$template['Category'])) { continue; } if ($filter) { - if (preg_match("#$filter#i", $template['Name']) || preg_match("#$filter#i", $template['Author']) || preg_match("#$filter#i", $template['Description']) || preg_match("#$filter#i", $template['Repository'])) { + if (preg_match("#$filter#i", $template['Name']) || preg_match("#$filter#i", $template['Author']) || preg_match("#$filter#i", $template['Description']) || preg_match("#$filter#i", $template['RepoName'])) { $template['Description'] = highlight($filter, $template['Description']); $template['Author'] = highlight($filter, $template['Author']); $template['Name'] = highlight($filter, $template['Name']);