Prechádzať zdrojové kódy

WIP LTI fix replace service request - refs BT#13469

Angel Fernando Quiroz Campos 6 rokov pred
rodič
commit
efdd5ded9b

+ 1 - 1
plugin/ims_lti/src/ImsLtiServiceReplaceRequest.php

@@ -18,7 +18,7 @@ class ImsLtiServiceReplaceRequest extends ImsLtiServiceRequest
     {
         parent::__construct($xml);
 
-        $this->responseType = ImsLtiServiceResponse::TYPE_DELETE;
+        $this->responseType = ImsLtiServiceResponse::TYPE_REPLACE;
         $this->xmlRequest = $this->xmlRequest->replaceResultRequest;
     }