projects
/
scpubgit/stemmaweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
77121e3
)
store morphology as string rather than as L::F::Structure
Tara L Andrews [Fri, 15 Jun 2012 19:58:00 +0000 (21:58 +0200)]
lib/stemmaweb/Controller/Relation.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/stemmaweb/Controller/Relation.pm
b/lib/stemmaweb/Controller/Relation.pm
index
8785d6f
..
22a1d07
100644
(file)
--- 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 );