e107inc/e107

View on GitHub
membersonly.php

Summary

Maintainability
A
0 mins
Test Coverage
D
61%

Variable $MEMBERSONLY_BEGIN is undeclared
Open

    $MEMBERSONLY_TEMPLATE['default']['header'] = $MEMBERSONLY_BEGIN;
Severity: Minor
Found in membersonly.php by phan

Variable $MEMBERSONLY_TEMPLATE was undeclared, but array fields are being added to it.
Open

    $MEMBERSONLY_TEMPLATE['default']['caption'] = $MEMBERSONLY_CAPTION;
Severity: Info
Found in membersonly.php by phan

Variable $MEMBERSONLY_END is undeclared
Open

    $MEMBERSONLY_TEMPLATE['default']['footer'] = $MEMBERSONLY_END;
Severity: Minor
Found in membersonly.php by phan

Variable $MEMBERSONLY_CAPTION is undeclared
Open

    $MEMBERSONLY_TEMPLATE['default']['caption'] = $MEMBERSONLY_CAPTION;
Severity: Minor
Found in membersonly.php by phan

Variable $MEMBERSONLY_TABLE is undeclared
Open

    $MEMBERSONLY_TEMPLATE['default']['body'] = $MEMBERSONLY_TABLE;
Severity: Minor
Found in membersonly.php by phan

There are no issues that match your filters.

Category
Status