Override Login Controller
Permalink
Hey,
I wanted to override the concrete/controllers/single_page/login.php using this to extend the Login Controller but it doesnt work.
With a simple "exit;" I try if it uses this Function but it doenst exit...
It is located at: application/controllers/single_page/login.php
Anybody got an Idea?
Greetings and Thanks :)
I wanted to override the concrete/controllers/single_page/login.php using this to extend the Login Controller but it doesnt work.
<?php namespace Application\Controllers\SinglePage; use Concrete\Controller\SinglePage\Login as Base; class Login extends Base { public function chooseRedirect() {
With a simple "exit;" I try if it uses this Function but it doenst exit...
It is located at: application/controllers/single_page/login.php
Anybody got an Idea?
Greetings and Thanks :)