Skip to content

Commit

Permalink
BUGFIX: Plugin_URL needs to be used in both forms, not just one. - ID…
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Sep 15, 2009
1 parent b3752e2 commit 7ab4449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dada/plugins/scheduled_mailings.pl
Expand Up @@ -758,7 +758,7 @@ sub schedule_form {
$f .= $q->p({-class => "positive"}, 'Server time is: ' . $mss->printable_date(time));


$f .= $q->start_form();
$f .= $q->start_form(-action => $Plugin_Config->{Plugin_URL});
$f .= (
$q->p($q->b('Scheduled Message Name:'),
$q->textfield(
Expand Down

0 comments on commit 7ab4449

Please sign in to comment.