Commit 6a616a5f authored by Felix Schäfer's avatar Felix Schäfer

[#740] Fix faulty assignment

parent 579061c7
...@@ -31,7 +31,7 @@ class Change < ActiveRecord::Base ...@@ -31,7 +31,7 @@ class Change < ActiveRecord::Base
def from_path def from_path
# TODO: shouldn't access Changeset#to_utf8 directly # TODO: shouldn't access Changeset#to_utf8 directly
self.path = Changeset.to_utf8(read_attribute(:from_path), changeset_repository_encoding) self.from_path = Changeset.to_utf8(read_attribute(:from_path), changeset_repository_encoding)
end end
def init_path def init_path
......
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