ModuleActionController: fix typo

This commit is contained in:
Thomas Gelf 2014-06-22 19:39:54 +02:00
parent 997587d729
commit 61600ae2d4
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
namespace Icinga\Web\Controller;
use Icinga\Application\Config;
use Zend_Controller_Request_Abstract as Request;
use Zend_Controller_Response_Abstract as Response;
@ -30,7 +31,7 @@ class ModuleActionController extends ActionController
$this->moduleName = $module;
if ($tile === null) {
if ($file === null) {
if ($this->config === null) {
$this->config = Config::module($module);
}