Gitlab CSE Unil
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
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
d09fb241
Commit
d09fb241
authored
Jun 05, 2017
by
M. Chardon
Browse files
correction bug renommage
parent
2e5a4f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
classes/page_editor.php
View file @
d09fb241
...
...
@@ -58,8 +58,8 @@ class page_editor {
//}
}
usort
(
$tools
,
function
(
$a
,
$b
)
{
$al
=
$a
->
order_
axis
;
$bl
=
$b
->
order_
axis
;
$al
=
$a
->
order_
tool
;
$bl
=
$b
->
order_
tool
;
if
(
$al
==
$bl
)
{
return
0
;
}
...
...
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