aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/pages/previous.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/pages/previous.php')
-rw-r--r--mod/thewire/pages/previous.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/mod/thewire/pages/previous.php b/mod/thewire/pages/previous.php
deleted file mode 100644
index 05fc3267e..000000000
--- a/mod/thewire/pages/previous.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/**
- * Server up html for a post
- */
-
-$guid = (int) get_input('guid');
-
-$parent = thewire_get_parent($guid);
-if ($parent) {
- echo elgg_view_entity($parent);
-} \ No newline at end of file