]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
Merge pull request #7726 from tobiasd/20191010-uexport
[friendica.git] / src / Module / Feed.php
index 15b2026e2c246559668a4e30df495e8a811280d0..49ecfed96c166cd6d6676f77816ec1a100e77e43 100644 (file)
@@ -27,7 +27,7 @@ class Feed extends BaseModule
        {
                $a = self::getApp();
 
-               $last_update = defaults($_GET, 'last_update', '');
+               $last_update = $_GET['last_update'] ?? '';
                $nocache     = !empty($_GET['nocache']) && local_user();
 
                // @TODO: Replace with parameter from router