Merge branch 'MDL-24394' of git://github.com/timhunt/moodle
[moodle.git] / repository / coursefiles / db / access.php
CommitLineData
d3959c26
DC
1<?php
2
3$capabilities = array(
4
5 'repository/coursefiles:view' => array(
6 'captype' => 'read',
7 'contextlevel' => CONTEXT_MODULE,
8 'archetypes' => array(
9 'user' => CAP_ALLOW
10 )
11 )
12);