nieuws: consistent url input to article parser
[minimedit.git] / nieuws / index.php
index 51cab26931bb9823c603fdae0f57756effa5e36a..d6a85e7f36d88c62e0291505fcde2dac18e6d7e8 100644 (file)
@@ -5,7 +5,7 @@ include 'nieuws.inc.php';
 
 if ($page and !is_numeric($page)) {
        $edit = !empty($User['admin']) ? htmlspecialchars(@$_GET['edit']) : NULL;
-       print shownewsarticle($Args, FALSE, $edit);
+       print shownewsarticle($Page.$Args, FALSE, $edit);
        return 1;
 }