sarjona

question/editlib.php

Jan 28th, 2022
1,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.54 KB | None | 0 0
  1. diff --git a/question/editlib.php b/question/editlib.php
  2. index 27d6cdf55eb..554be2ceae4 100644
  3. --- a/question/editlib.php
  4. +++ b/question/editlib.php
  5. @@ -60,7 +60,7 @@ function get_module_from_cmid($cmid) {
  6.   * @param bool $export set true if this is called by questionbank export
  7.   * @param bool $latestversion if only the latest versions needed
  8.   * @return array
  9. -*/
  10. + */
  11.  function get_questions_category(object $category, bool $noparent, bool $recurse = true, bool $export = true,
  12.          bool $latestversion = false): array {
  13.      global $DB;
Advertisement
Add Comment
Please, Sign In to add comment