Merge pull request #81 from Pear-Trading/finn/linkcorrections

added link corrections
This commit is contained in:
Finn 2017-12-08 11:27:44 +00:00 committed by GitHub
commit 95398d2790
5 changed files with 6 additions and 6 deletions

View file

@ -139,7 +139,7 @@ sub valid_edit {
$c->flash( success => 'Updated Organisation' );
}
};
$c->redirect_to( '/admin/organisations/');
$c->redirect_to( '/admin/organisations/' . $c->param('id') );
}
sub merge_list {