ShowController: fix diff rendering

This commit is contained in:
Thomas Gelf 2016-02-23 03:19:06 +01:00
parent 7315cc0d1b
commit edd770a454
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ class ShowController extends ActionController
{
return $this->createObject(
$entry->object_type,
$entry->old_properties
)->setProperties((array) json_decode($entry->new_properties));
$entry->new_properties
);
}
protected function showObject($object)