ConfigController: useless use of render

This commit is contained in:
Thomas Gelf 2014-06-24 21:24:40 +02:00
parent 532ab60b36
commit 2b2901524c
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ class Monitoring_ConfigController extends BaseConfigController {
$this->view->{$element} = $e;
}
}
$this->render('index');
}
/**