MDL-27143 question bank: questions not saved when deleting a category.
Based on a fix by Nikhil Gupta.
This commit is contained in:
+2
-2
@@ -484,7 +484,7 @@ function question_delete_course_category($category, $newcategory, $feedback=true
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* @param string $questionids list of questionids
|
||||
* @param array $questionids of question ids
|
||||
* @param object $newcontext the context to create the saved category in.
|
||||
* @param string $oldplace a textual description of the think being deleted,
|
||||
* e.g. from get_context_name
|
||||
@@ -571,7 +571,7 @@ function question_delete_activity($cm, $feedback=true) {
|
||||
* function also have to do other work, which is why you should not call this method
|
||||
* directly from outside the questionbank.
|
||||
*
|
||||
* @param string $questionids a comma-separated list of question ids.
|
||||
* @param array $questionids of question ids.
|
||||
* @param integer $newcategoryid the id of the category to move to.
|
||||
*/
|
||||
function question_move_questions_to_category($questionids, $newcategoryid) {
|
||||
|
||||
Reference in New Issue
Block a user