]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updated library name
authorCash Costello <cash.costello@gmail.com>
Mon, 25 Jun 2012 03:56:35 +0000 (23:56 -0400)
committerCash Costello <cash.costello@gmail.com>
Mon, 25 Jun 2012 03:56:35 +0000 (23:56 -0400)
mod/groups/topicposts.php

index f9dd3344b4a7c553bf0a552d2f2021c08c7c6602..81c86063151bdec19ad3930b1c1001db98e1e31d 100644 (file)
@@ -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');