Use 'savechanges' on button when editing post.
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@
|
||||
<input type="hidden" name=userid value="<?php p($post->userid) ?>">
|
||||
<input type="hidden" name=groupid value="<?php p($post->groupid) ?>">
|
||||
<input type="hidden" name=edit value="<?php p($post->edit) ?>">
|
||||
<input type="submit" value="<?php print_string('posttoforum', 'forum'); ?>">
|
||||
<input type="submit" value="<?php p(($post->edit) ? get_string('savechanges') : get_string('posttoforum', 'forum')); ?>">
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user