[Pkg-owncloud-commits] [owncloud] 61/70: adding 'groups' entry to remote apps
David Prévot
taffit at moszumanska.debian.org
Mon Jul 14 17:38:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 10bac565516aab972c9a9bf31dd33127601d6939
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Wed Jul 9 10:20:52 2014 +0200
adding 'groups' entry to remote apps
---
lib/private/app.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/private/app.php b/lib/private/app.php
index 0bab3c8..81e74a5 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -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';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list