[Home]WikiBugs/EditsAreIndetical

UseModWiki | WikiBugs | RecentChanges | Preferences

There's no information when someone try to save pages and really there's no changes in edit. This is a warning message, too.
sub DoPost {
...
$preview = 1  if (&GetParam("Preview", "") ne "");
  if (!$preview && ($old eq $string)) {  # No changes (ok for preview)
    &ReleaseLock();
    - &ReBrowsePage($id, "", 1);
    - return;
    + print T('Edits are identical --nothing done');
    + GetFooterText($id);
    return;
  }
  if (($UserID > 399) || ($Section{'id'} > 399))  {
...
--JuanmaMP

UseModWiki | WikiBugs | RecentChanges | Preferences
Edit text of this page | View other revisions | Search MetaWiki
Last edited May 30, 2017 6:39 pm by JuanmaMP (diff)
Search: