X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TreeOfTexts%2Flib%2FTreeOfTexts%2FController%2FStemmagraph.pm;fp=TreeOfTexts%2Flib%2FTreeOfTexts%2FController%2FStemmagraph.pm;h=1d6a8e050d47d40aa9f0ba730777c0f17ab07710;hb=3837c155d39333869a93adf1e8375960ffbf3a92;hp=d0c4acb01ac7d3c3aae6567ad02d572f23403e60;hpb=8d9a1cd8a3ed4cc4efeb193974cb9f53fda40df8;p=scpubgit%2Fstemmatology.git diff --git a/TreeOfTexts/lib/TreeOfTexts/Controller/Stemmagraph.pm b/TreeOfTexts/lib/TreeOfTexts/Controller/Stemmagraph.pm index d0c4acb..1d6a8e0 100644 --- a/TreeOfTexts/lib/TreeOfTexts/Controller/Stemmagraph.pm +++ b/TreeOfTexts/lib/TreeOfTexts/Controller/Stemmagraph.pm @@ -15,7 +15,7 @@ __PACKAGE__->config(namespace => ''); =head1 NAME -TreeOfTexts::Controller::Root - Root Controller for TreeOfTexts +TreeOfTexts::Controller::Stemmagraph - Simple controller for stemma display =head1 DESCRIPTION @@ -32,7 +32,6 @@ sub get_graph :Local { # The body is actually a File::Temp object; this is undocumented but # so it seems to be. my $dotfile; - $DB::single = 1; my $must_unlink = 0; if( $c->request->params->{'dot'} ) { # Make a File::Temp object.