From 2b2901524c1bbec530f4cf47dc1743295b208c3d Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 24 Jun 2014 21:24:40 +0200 Subject: [PATCH] ConfigController: useless use of render --- modules/monitoring/application/controllers/ConfigController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/monitoring/application/controllers/ConfigController.php b/modules/monitoring/application/controllers/ConfigController.php index e41c8c303..38751f3d8 100644 --- a/modules/monitoring/application/controllers/ConfigController.php +++ b/modules/monitoring/application/controllers/ConfigController.php @@ -85,7 +85,6 @@ class Monitoring_ConfigController extends BaseConfigController { $this->view->{$element} = $e; } } - $this->render('index'); } /**