]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3200 fixed a coding standards issue in previous commit
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 30 Mar 2011 01:59:57 +0000 (01:59 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 30 Mar 2011 01:59:57 +0000 (01:59 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8881 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/thewire/pages/thewire/previous.php

index e1244c20c243688fbd356220aeb77dd543feafdb..45c1e10959b35aaf62137674f0eef556257f0b20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Server up html for a post
+ * Serve up html for a post's parent
  */
 
 $guid = (int) get_input('guid');
@@ -8,8 +8,7 @@ $title = elgg_echo('thewire:previous');
 
 $parent = thewire_get_parent($guid);
 if ($parent) {
-
-       $body=elgg_view_entity($parent);
+       $body = elgg_view_entity($parent);
 }
 
 $body = elgg_view_layout('content', array(