From 2937df21ad597423201403b3d098ddb0a27214a6 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 13 Nov 2016 08:50:01 +0000 Subject: [PATCH] Standard stuff --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))