summaryrefslogtreecommitdiffstats
path: root/listadmin.pl
diff options
context:
space:
mode:
Diffstat (limited to 'listadmin.pl')
-rwxr-xr-xlistadmin.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/listadmin.pl b/listadmin.pl
index 03c2e7e..14c965f 100755
--- a/listadmin.pl
+++ b/listadmin.pl
@@ -1345,8 +1345,8 @@ sub commit_changes {
my $params = mailman_params ($user, $pw);
my $log = log_timestamp ($list);
- # Expand {list}, {subdomain} and {domain}
- $logfile = mailman_url($list, $logfile);
+ # Expand {list}, {subdomain} and {domain}, if there is something to expand
+ $logfile = mailman_url($list, $logfile) if $logfile;
for my $id (sort { $a <=> $b } keys %{$change}) {
my ($what, $text) = @{$change->{$id}};