tenants
Guest
offline
My 1st bug report (haven't used xf in years, only been at it for a few days), so I'm probably completely wrong
There are a few places in the code that look like they refer to old templates (login_form)
class ErrorController extends AbstractController"
Code:
Read more
Continue reading...
There are a few places in the code that look like they refer to old templates (login_form)
class ErrorController extends AbstractController"
Code:
Code:
public function actionDispatchError(ParameterBag $params)
{
// if we got here and we're not logged in, we basically just need to force the login screen
if (!\XF::visitor()->is_admin)
{
return...
Read more
Continue reading...