X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fmessages.pl;h=8db34e7c141d7010e496cef6195922620cd893f2;hb=a8b7d0b77fd3cefb1943ce7548f8c803aa83ff39;hp=b8f0dd3790566e3052597534a9bd5837da46e5ff;hpb=3784e03cd598b7f540fb849a533b7589867a066a;p=spider.git diff --git a/cmd/load/messages.pl b/cmd/load/messages.pl index b8f0dd37..8db34e7c 100644 --- a/cmd/load/messages.pl +++ b/cmd/load/messages.pl @@ -2,7 +2,7 @@ # load the the Messages file after changing it # my $self = shift; -return (0, $self->msg('e5')) if $self->priv < 9; +return (1, $self->msg('e5')) if $self->priv < 9; my @out = DXM::load($self); @out = ($self->msg('ok')) if !@out; return (1, @out);