From: Cash Costello Date: Sat, 23 Jun 2012 14:40:40 +0000 (-0400) Subject: added slug to url of discussion forum topic X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=025f2fe8ac4c7122dafdd1d071f20d26ba04361a;p=lorea%2Felgg.git added slug to url of discussion forum topic --- diff --git a/mod/groups/start.php b/mod/groups/start.php index aeab0649a..e39c37000 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -792,7 +792,7 @@ function discussion_page_handler($page) { * @return string */ function discussion_override_topic_url($entity) { - return 'discussion/view/' . $entity->guid; + return 'discussion/view/' . $entity->guid . '/' . elgg_get_friendly_title($entity->title); } /**