Last commit was incomplete

refs #4108
This commit is contained in:
Thomas Gelf 2014-01-22 10:31:24 +00:00
parent c29e742570
commit 6e3e9b46a4
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ class Module
$this->formdir = $basedir. '/application/forms';
$this->controllerdir = $basedir. '/application/controllers';
$this->runScript = $basedir. '/register.php';
$this->configScript = $basedir. '/configuration.php';
}
/**