RSS Feed/News old templates used in core code (login_form)

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,777
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top