]> git.mjollnir.org Git - moodle.git/commitdiff
allowassign.php was submitting to allowoverride.php
authortjhunt <tjhunt>
Tue, 19 Sep 2006 21:53:37 +0000 (21:53 +0000)
committertjhunt <tjhunt>
Tue, 19 Sep 2006 21:53:37 +0000 (21:53 +0000)
admin/roles/allowassign.php

index b2685a13489a11b7f6f4e8b094329bc3f26d643a..fff90940b31e6071d675b952dd05c3fd724cb75a 100755 (executable)
@@ -82,7 +82,7 @@
 
     print_simple_box(get_string('configallowassign', 'admin'), 'center');
     
-    echo '<form action="allowoverride.php" method="post">';
+    echo '<form action="allowassign.php" method="post">';
     print_table($table);
     echo '<div class="singlebutton"><input type="submit" value="'.get_string('savechanges').'"/></div>';
     echo '<input type="hidden" name="dummy" value="1" />'; // this is needed otherwise we do not know a form has been submitted