diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-24 23:56:35 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-24 23:56:35 -0400 |
commit | af04013ede70c0bb94bad22a7bdc22012a33dce0 (patch) | |
tree | d5071f12636074483b6005c69689398f0e4bdb3b /mod | |
parent | b734009e41a0a88168b18d965a1434e6e421ca5d (diff) | |
download | elgg-af04013ede70c0bb94bad22a7bdc22012a33dce0.tar.gz elgg-af04013ede70c0bb94bad22a7bdc22012a33dce0.tar.bz2 |
updated library name
Diffstat (limited to 'mod')
-rw-r--r-- | mod/groups/topicposts.php | 2 |
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'); |