diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 17:33:43 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 17:33:43 +0000 |
commit | 33b3fae7aeaf94b85bba04a7c1633f892292d5b6 (patch) | |
tree | a46a326195b30f007b7e2124b5e4b96a85d8f1f1 /mod/thewire/actions | |
parent | 57297a7e814f64bdc844321caabe6dafcef7b246 (diff) | |
download | elgg-33b3fae7aeaf94b85bba04a7c1633f892292d5b6.tar.gz elgg-33b3fae7aeaf94b85bba04a7c1633f892292d5b6.tar.bz2 |
new wire work
git-svn-id: https://code.elgg.org/elgg/trunk@2903 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/actions')
-rw-r--r-- | mod/thewire/actions/add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/actions/add.php b/mod/thewire/actions/add.php index 8c441c0a2..67aab0600 100644 --- a/mod/thewire/actions/add.php +++ b/mod/thewire/actions/add.php @@ -54,7 +54,7 @@ if($location == "activity")
forward("mod/riverdashboard/");
else
- forward("mod/thewire/add.php");
+ forward("mod/thewire/everyone.php");
}
|