Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
7ce0fe80
Commit
7ce0fe80
authored
Nov 14, 2020
by
Robert Lyon
Committed by
Gerrit Code Review
Nov 14, 2020
Browse files
Merge "Bug 1903620: access list needs retain the sorted list of people"
parents
92cc7afa
69824469
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/access.json.php
View file @
7ce0fe80
...
...
@@ -68,7 +68,7 @@ switch ($type) {
"
;
$peoplein
=
get_records_sql_assoc
(
$sql
,
array
(
$USER
->
get
(
'id'
)));
if
(
$peoplein
)
{
array_keys
(
$peoplein
);
$peoplein
=
array_keys
(
$peoplein
);
}
else
{
$peoplein
=
array
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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