Last modified: 2010-05-15 15:42:51 UTC
I added a line to autosubmit forms on the editpage (part of my hack for automated page creation). I called it 'EndOfEditForm' and put it 'around' line 1200 of EditPage.php between the closing brace and $wgOut->addHTML( "</form>\n" ); to end up like this: } wfRunHooks('EndOfEditForm'); $wgOut->addHTML( "</form>\n" ); This is my first bug report, and first big coding project, so if there is any more standard format I should follow (The essay was more about higher level concerns, like not being dumb) don't hesitate to let me know.
I think I refreshed the page and duplicated this report from the original, 8174
*** This bug has been marked as a duplicate of 8174 ***