X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=84a992efb3731b30d9f0ddc892569195c13dcbec;hb=8305641b20c3f0d1eb30709978a15822bf7830f9;hp=d96f2396e41e110482d2a66a52c5b3050e3604b0;hpb=500ff6be1a4e7a05e28e02265e458f27a6d59003;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));