MDL-15941 block view permissions override regression fixed

This commit is contained in:
skodak 2008-08-06 05:07:46 +00:00
parent dc633c9900
commit 44df8fa94c
2 changed files with 3 additions and 3 deletions

View file

@ -796,7 +796,7 @@ class block_base {
}
function get_extra_capabilities() {
return array();
return array('moodle/block:view');
}
}