aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/actions/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/actions/add.php')
-rw-r--r--mod/thewire/actions/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/actions/add.php b/mod/thewire/actions/add.php
index f32f7e555..33936d5ee 100644
--- a/mod/thewire/actions/add.php
+++ b/mod/thewire/actions/add.php
@@ -26,7 +26,7 @@ if (!$guid) {
if ($parent_guid) {
thewire_send_response_notification($guid, $parent_guid, $user);
$parent = get_entity($parent_guid);
- forward("pg/thewire/thread/$parent->wire_thread");
+ forward("thewire/thread/$parent->wire_thread");
}
system_message(elgg_echo("thewire:posted"));