X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fstyle.php;h=7570ae0e5774b13ba52de1b78f39921ffea624ef;hb=091193ad645b6583e0391399ccd528339fc95683;hp=e0f65960f6886e620feafd8a4aad89c019daec15;hpb=71ec84f6dc83f753fe80170cfdfd32d202850d90;p=friendica.git diff --git a/view/theme/frio/style.php b/view/theme/frio/style.php index e0f65960f6..7570ae0e57 100644 --- a/view/theme/frio/style.php +++ b/view/theme/frio/style.php @@ -63,7 +63,7 @@ if ($a->module !== 'install') { // Setting $scheme to '' wasn't working for some reason, so we'll check it's // not --- like the mobile theme does instead. // Allow layouts to over-ride the scheme. -if (x($_REQUEST, 'scheme')) { +if (!empty($_REQUEST['scheme'])) { $scheme = $_REQUEST['scheme']; }