This commit is contained in:
mynah
2019-04-04 18:04:54 -06:00
parent 79884e2753
commit 49b1256e27
5 changed files with 18 additions and 13 deletions

View File

@@ -114,7 +114,7 @@ sub contact2{
sub store{
my $c = shift;
$c->stash( r=>$c->dbv->store);
$c->stash( r=>$c->dbg->store);
$c->stash(layout=> "defaultContact");
}