Skip to content
Snippets Groups Projects
Commit 9d198837 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix typo

parent ce118c41
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class V1::LearningObjectsController < ApplicationController
# PATCH/PUT /learning_objects/1.json
def update
if @learning_object.update(learning_object_params)
learning_object_associations(learning_object)
learning_object_associations(@learning_object)
publisher = LearningObjectPublisher.new(DspaceService.create_client)
publisher.update_dspace(@learning_object)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment