phrasing fix

This commit is contained in:
Sean Feeney 2020-08-14 18:55:27 -07:00
parent cb1a6d6493
commit c598dfbf6d
1 changed files with 1 additions and 1 deletions

View File

@ -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")