PHRAS-556 #time 1m

CS
This commit is contained in:
Jean-Yves Gaulier
2015-07-02 11:19:46 +02:00
parent 22fb208667
commit a958087398

View File

@@ -506,7 +506,7 @@ class EditController extends Controller
$data[] = $presetData; $data[] = $presetData;
} }
return $this->app['twig']->render('thesaurus/presets.html.twig', ['presets' => $data]); return $this->render('thesaurus/presets.html.twig', ['presets' => $data]);
} }
/** /**