X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=049d46afceea1ff567956e7bdaaed50d76427da8;hb=7aa201fa5285d8dfe31ab6f254bfaa9819c65285;hp=b060a3d52ac9ec9c60214702bc2a2c1b63dd63a8;hpb=0cc332eab634bc069c36e45910c5e5108c8a5410;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index b060a3d52a..049d46afce 100644 --- a/index.php +++ b/index.php @@ -272,11 +272,7 @@ function main() return; } - // Note the order here: arguments from the URL mapper will - // override request params that have been sent. This ensures - // that for instance an action parameter can't be overridden - // with an arbitrary action class. - $args = array_merge($_REQUEST, $args); + $args = array_merge($args, $_REQUEST); Event::handle('ArgsInitialize', array(&$args));