]> source.dussan.org Git - nextcloud-server.git/commitdiff
adding 'groups' entry to remote apps
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Jul 2014 08:20:52 +0000 (10:20 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Jul 2014 09:23:17 +0000 (11:23 +0200)
lib/private/app.php

index 0bab3c8dbd75b30ed1e2716141d095754ccc07ad..81e74a5167582781411babbe750bcf897fb480d5 100644 (file)
@@ -506,7 +506,7 @@ class OC_App {
         * Get the directory for the given app.
         * If the app is defined in multiple directories, the first one is taken. (false if not found)
         *
-*@param string $appId
+        * @param string $appId
         * @return string|false
         */
        public static function getAppPath($appId) {
@@ -899,6 +899,7 @@ class OC_App {
                                $app1[$i]['ocs_id'] = $app['id'];
                                $app1[$i]['internal'] = $app1[$i]['active'] = 0;
                                $app1[$i]['update'] = false;
+                               $app1[$i]['groups'] = false;
                                $app1[$i]['removable'] = false;
                                if ($app['label'] == 'recommended') {
                                        $app1[$i]['internallabel'] = 'Recommended';