From 37d233139be3e345fc1d33f752c7c9c8cd4f6ff1 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 28 Apr 2008 10:30:26 +0000 Subject: The tag output view can now use $vars['value'], bringing it in line with all the others git-svn-id: https://code.elgg.org/elgg/trunk@542 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/tags.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/default/output') diff --git a/views/default/output/tags.php b/views/default/output/tags.php index d7df0ccf2..eb64fe795 100644 --- a/views/default/output/tags.php +++ b/views/default/output/tags.php @@ -17,6 +17,8 @@ * */ + if (empty($vars['tags']) && !empty($vars['value'])) + $vars['tags'] = $vars['value']; if (!empty($vars['tags'])) { $string = ""; -- cgit v1.2.3