*/
function addExtraFilters (Controller $controllerInstance) {
// Which login type do we have?
- switch ($commandInstance->getConfigInstance()->readConfig('login_type')) {
+ switch ($this->getConfigInstance()->readConfig('login_type')) {
case "username": // Login via username
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('username_verifier_class'));
break;
*/
function addExtraFilters (Controller $controllerInstance) {
// Which login type do we have?
- switch ($commandInstance->getConfigInstance()->readConfig('login_type')) {
+ switch ($this->getConfigInstance()->readConfig('login_type')) {
case "username": // Login via username
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('username_verifier_class'));
break;