aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/pages/previous.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-18 01:31:22 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-18 01:31:22 +0000
commit01435072dc7d9b46bc30a3216501684a72e716a1 (patch)
tree7099a30d696c47302afea2f482e3142f9afec81a /mod/thewire/pages/previous.php
parent231ca23ea10335a03b185d60a07ae3c92e9dfd63 (diff)
downloadelgg-01435072dc7d9b46bc30a3216501684a72e716a1.tar.gz
elgg-01435072dc7d9b46bc30a3216501684a72e716a1.tar.bz2
Refs #3158 namespaced pages for bookmarks and thewire
git-svn-id: http://code.elgg.org/elgg/trunk@8759 36083f99-b078-4883-b0ff-0f9b5a30f544
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