X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fprefixes.pl;h=bf29b256b111b4c190a972b07aed8b60494f75a5;hb=b1f9b4650ed8fdeb1e03834f076f3040ce65776a;hp=cd211ba81b8b58cf5ad0e034d6f43f8904ff5cc5;hpb=bd23bedbdb72ae107893f94c7eabcfe18867fb41;p=spider.git diff --git a/cmd/load/prefixes.pl b/cmd/load/prefixes.pl index cd211ba8..bf29b256 100644 --- a/cmd/load/prefixes.pl +++ b/cmd/load/prefixes.pl @@ -2,7 +2,7 @@ # load the prefix_data 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 = Prefix::load(); return (1, $out ? $out : $self->msg('ok'));