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 218b0f1 commit c0e375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dada/plugins/scheduled_mailings.pl
Expand Up @@ -989,7 +989,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 c0e375d

Please sign in to comment.