This commit is contained in:
Simon Vieille 2015-05-06 22:26:04 +02:00
parent 809aa35989
commit c371c56a9a

View file

@ -22,8 +22,8 @@ class ViewController
} }
$history = $app['gist']->getHistory($gist); $history = $app['gist']->getHistory($gist);
if (empty($history)) { if (empty($history)) {
return $this->notFoundResponse($app); return $this->notFoundResponse($app);
} }