diff --git a/apps.manifest.inc b/apps.manifest.inc index f36a934..e0ddcb1 100755 --- a/apps.manifest.inc +++ b/apps.manifest.inc @@ -260,6 +260,7 @@ function apps_request_manifest($server) { unset($remote_manifest['apps'][$index]); } $manifest['apps'] = array_merge($remote_manifest['apps'], $manifest['apps']); + $manifest['featured app']=$remote_manifest['featured app']; } else { $msg = t("Manifest JSON from @server not parsable", array('@server' => $server['title']));