1
0
mirror of https://gitnet.fr/deblan/gist.git synced 2021-08-14 08:30:49 +02:00
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);
if (empty($history)) {
if (empty($history)) {
return $this->notFoundResponse($app);
}