mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-32251 one more E_STRICT fix
This commit is contained in:
parent
d9d61fa340
commit
324d210fe4
@ -571,7 +571,7 @@ class block_base {
|
||||
return false;
|
||||
}
|
||||
|
||||
function get_extra_capabilities() {
|
||||
static function get_extra_capabilities() {
|
||||
return array('moodle/block:view', 'moodle/block:edit');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user