Fix create_sysop.pl to work on base git install
[spider.git] / cmd / set / width.pl
index 5575fe3be3099a861e766455259be8c2b96e91f7..27620c2cb4fc0fc1ac06a7eb91d875d8fbdfdbba 100644 (file)
@@ -9,4 +9,5 @@ my $self = shift;
 my $l = shift;
 $l = 80 if $l < 80;
 $self->width($l);
+$self->user->width($l);
 return (1, $self->msg('pagewidth', $l));