Added feedback notifications for successful edits to pages aside from users and settings (iss0000159).
This commit is contained in:
@ -51,6 +51,7 @@ if (isset($task) and $task == "update") {
|
||||
|
||||
file_put_contents(targetFile, $content, LOCK_EX);
|
||||
|
||||
$_SESSION["editHistory"] = ["changesStored", $translations['storedEditsToPageElement'] . " $title"];
|
||||
header('Location: editHTMLPage.php?id=' . $id);
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user