From 6495bebac292d6568eb54c0c4e3633151180dcaa Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Fri, 23 Aug 2024 13:45:17 +1000 Subject: [PATCH] MDL-72397 qbank_managecategories: Fix whitespace --- .upgradenotes/MDL-72397-2024073009194182.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.upgradenotes/MDL-72397-2024073009194182.yml b/.upgradenotes/MDL-72397-2024073009194182.yml index 7a0a0d675a9..583da95448a 100644 --- a/.upgradenotes/MDL-72397-2024073009194182.yml +++ b/.upgradenotes/MDL-72397-2024073009194182.yml @@ -12,7 +12,7 @@ notes: `moodle_list` and `list_item` were only used by `qbank_managecategories`, and these usages have been removed, so these classes (and thus all of listlib.php) are now deprecated. - This method was the only usage of the `QUESTION_PAGE_LENGTH` + This method was the only usage of the `QUESTION_PAGE_LENGTH` constant, which was defined in `question_category_object.php`, and so is also now deprecated. type: deprecated