old templates used in core code (login_form)

Status
This content is read-only, or is not open for further replies.

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:

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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom