From 5335064e80354b04e9fa165a4137236ff16685f8 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 9 Dec 2017 18:34:15 +0100 Subject: [PATCH] [CLEANUP] PHP strict mode --- Classes/Controller/TestimonialController.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Classes/Controller/TestimonialController.php b/Classes/Controller/TestimonialController.php index 97ac774..e0c82e4 100644 --- a/Classes/Controller/TestimonialController.php +++ b/Classes/Controller/TestimonialController.php @@ -1,4 +1,6 @@ view->assign('testimonial', $testimonial); } }