]> andersk Git - moira.git/commitdiff
Bugfix for attempting to remove members from a list when you do not have
authorjis <jis>
Tue, 23 Oct 2001 00:37:22 +0000 (00:37 +0000)
committerjis <jis>
Tue, 23 Oct 2001 00:37:22 +0000 (00:37 +0000)
sufficient access.

webmoira/mit/moira/MoiraServlet.java

index 93ad8ee6e1424240b3b3780f470eb2f289d8baea..5ad55ef5e34b6ec3201bf120f403cea7ee37c428 100644 (file)
@@ -587,6 +587,7 @@ public class MoiraServlet extends HttpServlet {
            } catch (Exception e) {
                e.printStackTrace();
            }
+           return(msg);
        } finally {
            if (mc != null) mc.done();
        }
This page took 0.108012 seconds and 5 git commands to generate.