diff --git a/apps.manifest.inc b/apps.manifest.inc index e8bb9ff..270d64e 100755 --- a/apps.manifest.inc +++ b/apps.manifest.inc @@ -248,6 +248,7 @@ function apps_request_manifest($server) { } apps_request_manifest_image_process($remote_manifest); $manifest['apps'] = array_merge($remote_manifest['apps'], $manifest['apps']); + $manifest['featured app']=$remote_manifest['featured app']; cache_set("apps_manifest_{$server['name']}", $manifest, 'cache', REQUEST_TIME + 60 + 30); } else {