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