Skip to content
Snippets Groups Projects
Commit bbaf4637 authored by Simon White's avatar Simon White
Browse files

fixed lazy loading problem with translation attributes

parent 31d75732
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,8 @@ sub store {
$sth->finish();
}
$translation->get_all_Attributes();
$translation->dbID( $transl_dbID );
$translation->adaptor( $self );
......
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