mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
phrasing fix
This commit is contained in:
parent
cb1a6d6493
commit
c598dfbf6d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ register_module([
|
|||
}
|
||||
if(!isset($pageindex->{$env->page}))
|
||||
{
|
||||
exit(page_renderer::render_main("Error: Non-existent page - Deleting $env->page", "<p>You tried to delete $env->page, but that page doesn't appear to exist in the first page. <a href='?'>Go back</a> to the $settings->defaultpage.</p>"));
|
||||
exit(page_renderer::render_main("Error: Non-existent page - Deleting $env->page", "<p>You tried to delete $env->page, but that page doesn't appear to exist in the first place. <a href='?'>Go back</a> to the $settings->defaultpage.</p>"));
|
||||
}
|
||||
|
||||
if(!isset($_GET["delete"]) or $_GET["delete"] !== "yes")
|
||||
|
|
Loading…
Reference in a new issue