X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/bb34842b36ded0bbe7e6f51294ad3d20c8d470da..772961fd4e9be46ad340cad1e55ee5f28cc5b968:/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');