Loading Controllers/api/v2/feeds.php +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class feeds implements Interfaces\Api $hashtag = null; if (isset($_GET['hashtag'])) { $hashtag = $_GET['hashtag']; $hashtag = strtolower($_GET['hashtag']); } $all = false; Loading @@ -123,7 +123,7 @@ class feeds implements Interfaces\Api $query = null; if (isset($_GET['query'])) { $query = $_GET['query']; $query = strtolower($_GET['query']); } $container_guid = $_GET['container_guid'] ?? null; Loading Loading
Controllers/api/v2/feeds.php +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class feeds implements Interfaces\Api $hashtag = null; if (isset($_GET['hashtag'])) { $hashtag = $_GET['hashtag']; $hashtag = strtolower($_GET['hashtag']); } $all = false; Loading @@ -123,7 +123,7 @@ class feeds implements Interfaces\Api $query = null; if (isset($_GET['query'])) { $query = $_GET['query']; $query = strtolower($_GET['query']); } $container_guid = $_GET['container_guid'] ?? null; Loading