From: Michael Date: Sun, 13 Nov 2016 08:50:01 +0000 (+0000) Subject: Standard stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2937df21ad597423201403b3d098ddb0a27214a6;p=friendica.git Standard stuff --- diff --git a/include/items.php b/include/items.php index f7ec9d64d4..fe3f1ff113 100644 --- a/include/items.php +++ b/include/items.php @@ -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"))