diff --git a/scripts/system/more/more.html b/scripts/system/more/more.html
index 7a2c82de02..6096f47351 100644
--- a/scripts/system/more/more.html
+++ b/scripts/system/more/more.html
@@ -219,7 +219,7 @@
if (lowItem.indexOf(searchKeyword.toLowerCase()) !== -1 && metadata.applications[index].isActive == true) {
counterDir = counterDir + 1;
if ((counterDir >= listOffset) && (counterDir < (listOffset + listPerPage))) {
- DisplayApp(metadata.applications[index]);
+ displayApp(metadata.applications[index]);
counterDisp = counterDisp + 1;
}
if (counterDir >= (listOffset + listPerPage)) {