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
moodle
moodle
Commits
41ee480a
Commit
41ee480a
authored
Apr 27, 2012
by
Petr Skoda
Browse files
fix bogus post action params
parent
2975523a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib.php
View file @
41ee480a
...
...
@@ -262,7 +262,7 @@ function book_get_post_actions() {
}
$function
=
'booktool_'
.
$plugin
.
'_get_post_actions'
;
if
(
function_exists
(
$function
))
{
if
(
$actions
=
$function
(
$settingsnav
,
$booknode
))
{
if
(
$actions
=
$function
())
{
$return
=
array_merge
(
$return
,
$actions
);
}
}
...
...
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