Ok,
I think I found it.
I had in mind some SS 2.4 snippets
Director::redirect('SOME_URL');
but this is now:
$this->redirect('SOME_URL');
as long as I am in a Controller-Object.
Is that right?
Posted to: Director::direct('SOME_URL') requires a model as second parameter... | Show Thread | Post Reply