aboutsummaryrefslogtreecommitdiff
path: root/mod/groups
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-24 23:56:35 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-24 23:56:35 -0400
commitaf04013ede70c0bb94bad22a7bdc22012a33dce0 (patch)
treed5071f12636074483b6005c69689398f0e4bdb3b /mod/groups
parentb734009e41a0a88168b18d965a1434e6e421ca5d (diff)
downloadelgg-af04013ede70c0bb94bad22a7bdc22012a33dce0.tar.gz
elgg-af04013ede70c0bb94bad22a7bdc22012a33dce0.tar.bz2
updated library name
Diffstat (limited to 'mod/groups')
-rw-r--r--mod/groups/topicposts.php2
1 files changed, 1 insertions, 1 deletions
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');