]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/JsonLD.php
Merge pull request #8912 from annando/subscribed-tags
[friendica.git] / src / Util / JsonLD.php
index 878cd71e6a064ed72dccc460e1becabb16f393f5..2649e9073788147ef6e7117d1982892b501fbf53 100644 (file)
@@ -175,10 +175,6 @@ class JsonLD
         */
        public static function fetchElementArray($array, $element, $key = null)
        {
-               if (empty($array)) {
-                       return null;
-               }
-
                if (!isset($array[$element])) {
                        return null;
                }