From 0d1a771a7238f723fcfcfb0feb399fb2478496a3 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 15 Jul 2008 18:22:05 +0000 Subject: Fixes #147 git-svn-id: https://code.elgg.org/elgg/trunk@1431 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/opendd/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/opendd') diff --git a/mod/opendd/start.php b/mod/opendd/start.php index 67e0343ee..7799ec7c7 100644 --- a/mod/opendd/start.php +++ b/mod/opendd/start.php @@ -388,6 +388,7 @@ // If no fatal errors while extracting the necessary data then continue if (($subject) && ($object) && ($event) && ($statement)) { + $tam = ""; // We have constructed the information if ($object instanceof ElggEntity) { @@ -410,7 +411,7 @@ } - if (!empty($tam)) { + if ((!empty($tam)) && (trim($tam)!="")) { $tam = elgg_view("river/wrapper",array( 'entry' => $tam, 'time' => $time, -- cgit v1.2.3