From af04013ede70c0bb94bad22a7bdc22012a33dce0 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 24 Jun 2012 23:56:35 -0400 Subject: updated library name --- mod/groups/topicposts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/topicposts.php') diff --git a/mod/groups/topicposts.php b/mod/groups/topicposts.php index f9dd3344b..81c860631 100644 --- a/mod/groups/topicposts.php +++ b/mod/groups/topicposts.php @@ -10,7 +10,7 @@ // Load Elgg engine require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); -elgg_load_library('elgg:topic'); +elgg_load_library('elgg:discussion'); $guid = get_input('topic'); -- cgit v1.2.3 From e37bea365192029361b822283648f9af241b2557 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 28 Jun 2012 07:49:20 -0400 Subject: forward to correct URL for view discussion --- mod/groups/topicposts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/topicposts.php') diff --git a/mod/groups/topicposts.php b/mod/groups/topicposts.php index 81c860631..d0137e2f5 100644 --- a/mod/groups/topicposts.php +++ b/mod/groups/topicposts.php @@ -16,4 +16,4 @@ $guid = get_input('topic'); register_error(elgg_echo('changebookmark')); -topic_handle_view_page($guid); +forward("/discussion/view/$guid"); -- cgit v1.2.3