Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Hotfixed form handling
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangs-code committed May 22, 2021
1 parent e9b797f commit 700034e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

function modNameBox($editPage) {
if (isset($editPage)) {
return " value=\"{$editPage}\" disabled";
return " value=\"{$editPage}\" readonly";
} else {
return null;
}
Expand Down

0 comments on commit 700034e

Please sign in to comment.