aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/start.php')
-rw-r--r--mod/thewire/start.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php
index 456917d0c..4031ded42 100644
--- a/mod/thewire/start.php
+++ b/mod/thewire/start.php
@@ -99,10 +99,7 @@
}
function thewire_url($thewirepost) {
-
- global $CONFIG;
- return $CONFIG->url . "pg/thewire/" . $thewirepost->getOwnerEntity()->username;
-
+ return "pg/thewire/" . $thewirepost->getOwnerEntity()->username;
}
/**