fixes for new admin blocks
This commit is contained in:
@@ -243,7 +243,7 @@ class block_admin extends block_list {
|
||||
}
|
||||
|
||||
function applicable_formats() {
|
||||
return array('all' => true, 'mod' => false, 'my' => false);
|
||||
return array('all' => true, 'mod' => false, 'my' => false, 'admin' => false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user