mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-40863' of git://github.com/timhunt/moodle
This commit is contained in:
commit
47c6239483
@ -38,6 +38,15 @@ define('FEEDBACK_RESETFORM_DROP', 'feedback_drop_feedback_');
|
||||
define('FEEDBACK_MAX_PIX_LENGTH', '400'); //max. Breite des grafischen Balkens in der Auswertung
|
||||
define('FEEDBACK_DEFAULT_PAGE_COUNT', 20);
|
||||
|
||||
/**
|
||||
* Returns all other caps used in module.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
function feedback_get_extra_capabilities() {
|
||||
return array('moodle/site:accessallgroups');
|
||||
}
|
||||
|
||||
/**
|
||||
* @uses FEATURE_GROUPS
|
||||
* @uses FEATURE_GROUPINGS
|
||||
|
@ -49,6 +49,15 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
/**
|
||||
* Returns all other caps used in module.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
function lti_get_extra_capabilities() {
|
||||
return array('moodle/site:accessallgroups');
|
||||
}
|
||||
|
||||
/**
|
||||
* List of features supported in URL module
|
||||
* @param string $feature FEATURE_xx constant for requested feature
|
||||
|
Loading…
x
Reference in New Issue
Block a user