mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
12 lines
230 B
PHP
12 lines
230 B
PHP
<?php
|
|
|
|
$capabilities = array(
|
|
|
|
'repository/flickr_public:view' => array(
|
|
'captype' => 'read',
|
|
'contextlevel' => CONTEXT_MODULE,
|
|
'archetypes' => array(
|
|
'user' => CAP_ALLOW
|
|
)
|
|
)
|
|
);
|