[Pkg-owncloud-commits] [owncloud] 17/59: Renamed $grp to $group in foreach loop.

David Prévot taffit at moszumanska.debian.org
Fri Jul 18 16:19:26 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 3de1d2cfff9fd88db9718d0d5880924cdff58798
Author: Stephan Peijnik <speijnik at anexia-it.com>
Date:   Tue Jul 15 09:47:43 2014 +0200

    Renamed $grp to $group in foreach loop.
    
    Signed-off-by: Stephan Peijnik <speijnik at anexia-it.com>
---
 settings/users.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/settings/users.php b/settings/users.php
index 47ca529..bc6c2ea 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -37,9 +37,9 @@ if($isAdmin) {
 }else{
 	/* Retrieve group IDs from $groups array, so we can pass that information into OC_Group::displayNamesInGroups() */
 	$gids = array();
-	foreach($groups as $grp) {
-		if (isset($grp['id'])) {
-			$gids[] = $grp['id'];
+	foreach($groups as $group) {
+		if (isset($group['id'])) {
+			$gids[] = $group['id'];
 		}
 	}
 	$accessibleUsers = OC_Group::displayNamesInGroups($gids, '', 30);

-- 
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