mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'w16_MDL-27148_m21_stringinc' of git://github.com/skodak/moodle
This commit is contained in:
commit
97fefd2386
32 changed files with 173 additions and 135 deletions
|
@ -196,7 +196,7 @@
|
|||
$actions = array_merge($viewnames, $postnames);
|
||||
}
|
||||
|
||||
list($actionsql, $params) = $DB->get_in_or_equal($actions, SQL_PARAMS_NAMED, 'action0');
|
||||
list($actionsql, $params) = $DB->get_in_or_equal($actions, SQL_PARAMS_NAMED, 'action');
|
||||
$actionsql = "action $actionsql";
|
||||
|
||||
$relatedcontexts = get_related_contexts_string($context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue