diff --git a/includes/client/posts.php b/includes/client/posts.php
index 2c7fe74..cc0f3c3 100644
--- a/includes/client/posts.php
+++ b/includes/client/posts.php
@@ -55,7 +55,6 @@ function post_to_object( $post ) {
ENT_QUOTES,
'UTF-8'
);
- $summary = "$summary
$permalink";
}
$matches = array();
if ( preg_match( '/(.+)__trashed\/$/', $permalink, $matches ) ) {