From: Tara L Andrews Date: Fri, 15 Jun 2012 19:58:00 +0000 (+0200) Subject: store morphology as string rather than as L::F::Structure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19f0f822616e0e8c160392dda4452a11b17444d6;p=scpubgit%2Fstemmaweb.git store morphology as string rather than as L::F::Structure --- diff --git a/lib/stemmaweb/Controller/Relation.pm b/lib/stemmaweb/Controller/Relation.pm index 8785d6f..22a1d07 100644 --- a/lib/stemmaweb/Controller/Relation.pm +++ b/lib/stemmaweb/Controller/Relation.pm @@ -336,7 +336,7 @@ sub reading :Chained('text') :PathPart :Args(1) { } } } - $m->save( $tradition ); + $m->save( $rdg ); $c->stash->{'result'} = $errmsg ? { 'error' => $errmsg } : _reading_struct( $rdg );