]> git.mxchange.org Git - friendica.git/blobdiff - mod/parse_url.php
Merge pull request #7186 from MrPetovan/bug/7183-archives-profile-widget
[friendica.git] / mod / parse_url.php
index c0a0a1336a9379b730d2d15e8f040d71f64894f9..3b2522ab12fb05184bcd4f54f1af6a85ebbc2c00 100644 (file)
@@ -46,7 +46,7 @@ function parse_url_content(App $a)
                }
        }
 
-       if (isset($_GET['dataType']) && $_GET['dataType'] == 'json') {
+       if (isset($_GET['format']) && $_GET['format'] == 'json') {
                $format = 'json';
        }