aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/tests/regex.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/tests/regex.php')
-rw-r--r--mod/thewire/tests/regex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/thewire/tests/regex.php b/mod/thewire/tests/regex.php
index 5b53c69d6..a1a432a20 100644
--- a/mod/thewire/tests/regex.php
+++ b/mod/thewire/tests/regex.php
@@ -39,13 +39,13 @@ class TheWireRegexTest extends ElggCoreUnitTest {
}
protected function getUserWireLink($username) {
- $url = "pg/thewire/owner/$username";
+ $url = "thewire/owner/$username";
$url = elgg_normalize_url($url);
return "<a href=\"$url\">@$username</a>";
}
protected function getHashtagLink($tag) {
- $url = "pg/thewire/tag/$tag";
+ $url = "thewire/tag/$tag";
$url = elgg_normalize_url($url);
return "<a href=\"$url\">#$tag</a>";
}