X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=handlers%2F60_edit.sh;h=b55a3440bf91ba77e27ccca3aab0e7b9e28b2642;hb=3c949f9f02cddc9d1cd30174342aae1d58175999;hp=8bbf1f2d30d0c66b49019ae944a38f25b0cd101a;hpb=9c519c632b087f02c32458ac5b397f83ac476a23;p=shellwiki diff --git a/handlers/60_edit.sh b/handlers/60_edit.sh index 8bbf1f2..b55a344 100755 --- a/handlers/60_edit.sh +++ b/handlers/60_edit.sh @@ -39,7 +39,7 @@ elif [ "$edit_action" = update ]; then POST pagetext >"$edit_file" S_RELEASE "$edit_file" else - export ERRMSG="ERR_NOLOCK" + export ERROR_MSG="Unable to lock page for editing" REDIRECT "${_BASE}${PATH_INFO%\[edit\]}/[edit]" fi