]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/style.php
Merge pull request #6278 from annando/fix-contact-edit
[friendica.git] / view / theme / frio / style.php
index e0f65960f6886e620feafd8a4aad89c019daec15..7570ae0e5774b13ba52de1b78f39921ffea624ef 100644 (file)
@@ -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'];
 }