[#740] Fix faulty assignment

This commit is contained in:
Felix Schäfer 2011-12-03 16:32:29 +01:00
parent 579061c794
commit 6a616a5f13
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Change < ActiveRecord::Base
def from_path
# 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
def init_path