From 4fce2a24ee050d759c1e8398c858e5a7940a8f82 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 3 Oct 2017 13:05:12 +0200 Subject: [PATCH] MDL-59401 mod_workshop: rename method remanining fix --- mod/workshop/db/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/workshop/db/services.php b/mod/workshop/db/services.php index 4521134dcd2..b97f3dfdf70 100644 --- a/mod/workshop/db/services.php +++ b/mod/workshop/db/services.php @@ -120,9 +120,9 @@ $functions = array( 'type' => 'read', 'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE) ), - 'mod_workshop_get_user_assessments' => array( + 'mod_workshop_get_reviewer_assessments' => array( 'classname' => 'mod_workshop_external', - 'methodname' => 'get_user_assessments', + 'methodname' => 'get_reviewer_assessments', 'description' => 'Retrieves all the assessments reviewed by the given user.', 'type' => 'read', 'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE) -- 2.43.0