attempt blind fix of mysterious syntax error
tla [Mon, 10 Sep 2012 20:47:42 +0000 (22:47 +0200)]
lib/stemmaweb/Controller/Root.pm

index c3812e7..070f7d8 100644 (file)
@@ -319,8 +319,8 @@ sub stemma :Local :Args(2) {
                        try {
                                if( $stemmaid eq 'n' ) {
                                        # We are adding a new stemma.
+                                       $stemmaid = $tradition->stemma_count;
                                        $stemma = $tradition->add_stemma( 'dot' => $dot );
-                                       $stemmaid = $tradition->stemma_count - 1;
                                } elsif( $stemmaid < $tradition->stemma_count ) {
                                        # We are updating an existing stemma.
                                        $stemma = $tradition->stemma( $stemmaid );