Browse Source

FIX leftover

root 5 years ago
parent
commit
da637c83de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Controller/RelatedRorController.php

+ 0 - 1
src/Controller/RelatedRorController.php

@@ -85,7 +85,6 @@ class RelatedRorController extends ControllerBase {
             return new Response("Node not found", 400, array('Content-Type' => 'text/plain'));
         }
         $time = intval($node->getCreatedTime());
-        $content .= "\ntime={$time}";
         $nearnodes = $this->presentNids(array_filter(
             $this->queryNearInTime($time, $days=4, $limit=20),
             function ($n) use ($nid): bool { return intval($n) != $nid; }));