fix fat fingers?

This commit is contained in:
Chris Dodge
2013-03-07 22:03:38 -05:00
parent 8b0c30e69f
commit 4c72dbfce3

View File

@@ -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()