]> git.donarmstrong.com Git - debbugs.git/commitdiff
merge changes from dla source
authorDebian BTS <debbugs@rietz>
Fri, 4 Sep 2009 05:08:26 +0000 (05:08 +0000)
committerDebian BTS <debbugs@rietz>
Fri, 4 Sep 2009 05:08:26 +0000 (05:08 +0000)
scripts/service

index 0d23df44bdb621f71bd7a569b42cd709d97f63a8..0abe271d383d2c8fad0eb96eafb224220601287d 100755 (executable)
@@ -1130,7 +1130,7 @@ END
            %limit = ();
            print {$transcript} "Limit cleared.\n\n";
        }
-       elsif (exists $Debbugs::Status::fields{$field} ) {
+       elsif (exists $Debbugs::Status::fields{$field} or $field eq 'source') {
            # %limit can actually contain regexes, but because they're
            # not evaluated in Safe, DO NOT allow them through without
            # fixing this.