X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/621fc2f9638a1a92aa8535310e7852de5542f11e..62b5ff32fa1e2ad7361940351bd6585b9dfcbd9a:/edit/nieuws/tag/index.php diff --git a/edit/nieuws/tag/index.php b/edit/nieuws/tag/index.php index ca477c8..ba57adc 100644 --- a/edit/nieuws/tag/index.php +++ b/edit/nieuws/tag/index.php @@ -1,10 +1,10 @@ path) abort("pagina niet opgegeven", '409 input error'); -$pagename = ltrim($Args, '/').'.html'; +$pagename = ltrim($Page->path, '/').'.html'; if (!$User->admin("edit $pagename")) abort("geen beheersrechten", '401 unauthorised');