Commit b0790921 by Victor Shnayder

Merge branch 'feature/alex/poll-merged' of github.com:MITx/mitx into feature/alex/poll-merged

parents 84f05f9f 4c72dbfc
......@@ -690,7 +690,7 @@ def save_item(request):
# commit to datastore
# TODO (cpennington): This really shouldn't have to do this much reaching in to get the metadata
store.update_metadata(item_location, own_metadat(existing_item))
store.update_metadata(item_location, own_metadata(existing_item))
return HttpResponse()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment