X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=84a992efb3731b30d9f0ddc892569195c13dcbec;hb=1536d3ef29486fc1c5387e73106b86873fdb7cf9;hp=d96f2396e41e110482d2a66a52c5b3050e3604b0;hpb=457d32e2739ef41f23c088e4715663940365df39;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index d96f2396e4..84a992efb3 100644 --- a/index.php +++ b/index.php @@ -271,7 +271,7 @@ function main() common_redirect(common_local_url($args['action'], $args)); } - $args = array_merge($args, $_REQUEST); + $args = array_merge($args, $_REQUEST ?: []); Event::handle('ArgsInitialize', array(&$args));