Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
f5c452a3
Commit
f5c452a3
authored
Feb 18, 2011
by
Eloy Lafuente
Browse files
Merge branch 'em_MDL-26476_20_grp' of
git://github.com/skodak/moodle
parents
3b3e2cec
12923c92
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/modinfolib.php
View file @
f5c452a3
...
...
@@ -906,8 +906,8 @@ class cm_info extends stdClass {
}
else
if
(
!
empty
(
$CFG
->
enablegroupmembersonly
)
and
!
empty
(
$this
->
groupmembersonly
)
and
!
has_capability
(
'moodle/site:accessallgroups'
,
$modcontext
,
$userid
))
{
// If the activity has 'group members only' and you don't have accessallgroups...
$groups
=
$this
->
modinfo
->
get_groups
();
if
(
empty
(
$
this
->
groups
[
$this
->
groupingid
]
))
{
$groups
=
$this
->
modinfo
->
get_groups
(
$this
->
groupingid
);
if
(
empty
(
$
groups
))
{
// ...and you don't belong to a group, then set it so you can't see/access it
$this
->
uservisible
=
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment