From c46cadcc8264e5ded6e335a337e0312fee42da3c Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 15 Jul 2008 12:39:48 +0000 Subject: Fixes #144 git-svn-id: https://code.elgg.org/elgg/trunk@1426 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/start.php') diff --git a/mod/groups/start.php b/mod/groups/start.php index 58aa50d15..333f1ee90 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -144,7 +144,7 @@ global $CONFIG; - $title = friendly_title($entity->title); + $title = friendly_title($entity->name); return $CONFIG->url . "pg/groups/{$entity->guid}/$title/"; -- cgit v1.2.3