mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
13 lines
222 B
PHP
13 lines
222 B
PHP
<?php
|
|
|
|
$capabilities = array(
|
|
|
|
'repository/local:view' => array(
|
|
'captype' => 'read',
|
|
'contextlevel' => CONTEXT_MODULE,
|
|
'archetypes' => array(
|
|
'user' => CAP_ALLOW
|
|
)
|
|
)
|
|
);
|