From 4f7ab2e9f1776019ccc3b0c3f3b7b9eb26ae33ff Mon Sep 17 00:00:00 2001 From: Stefan Hanauska Date: Fri, 21 Feb 2025 08:58:37 +0100 Subject: [PATCH] MBS-8353: Avoid duplicate block instances --- block_stash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_stash.php b/block_stash.php index f87cb76..67a3c1e 100644 --- a/block_stash.php +++ b/block_stash.php @@ -46,7 +46,7 @@ public function init() { * @return array */ public function applicable_formats() { - return ['course' => true, 'course-index-category' => false]; + return ['course-view' => true, 'all' => false]; } /**