]> git.mxchange.org Git - friendica.git/commitdiff
Standard stuff
authorMichael <heluecht@pirati.ca>
Sun, 13 Nov 2016 08:50:01 +0000 (08:50 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 13 Nov 2016 08:50:01 +0000 (08:50 +0000)
include/items.php

index f7ec9d64d45ff21bcea81617a891c54ba9ee6c70..fe3f1ff1135ff8612b08834c7eab9d83629ebdbf 100644 (file)
@@ -151,7 +151,7 @@ function add_page_info_data($data) {
                $data["type"] = "link";
 
        if ((($data["type"] != "link") AND ($data["type"] != "video") AND ($data["type"] != "photo")) OR ($data["title"] == $data["url"])) {
-               return("");
+               return "";
        }
 
        if ($no_photos AND ($data["type"] == "photo"))