Skip to content

Commit

Permalink
Merge pull request #5279 from Angel-Gabriel/patch-1
Browse files Browse the repository at this point in the history
Remove unused var from river/elements/summary
  • Loading branch information
mrclay committed Mar 24, 2013
2 parents 015bbe7 + df2e54b commit f7a9ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/default/river/elements/summary.php
Expand Up @@ -9,7 +9,6 @@


$subject = $item->getSubjectEntity(); $subject = $item->getSubjectEntity();
$object = $item->getObjectEntity(); $object = $item->getObjectEntity();
$target = $object->getContainerEntity();


$subject_link = elgg_view('output/url', array( $subject_link = elgg_view('output/url', array(
'href' => $subject->getURL(), 'href' => $subject->getURL(),
Expand Down Expand Up @@ -50,4 +49,4 @@
$summary = elgg_echo($key, array($subject_link, $object_link)); $summary = elgg_echo($key, array($subject_link, $object_link));
} }


echo $summary; echo $summary;

0 comments on commit f7a9ec6

Please sign in to comment.