ImpressCMS/impresscms

View on GitHub
htdocs/modules/system/admin/comments/admin_header.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to static property user from undeclared class \icms
Open

if (is_object(icms::$user)) {

Call to method handler from undeclared class \icms
Open

        $sysperm_handler = icms::handler('icms_member_groupperm');

Reference to static property user from undeclared class \icms
Open

        if (!$sysperm_handler->checkRight('system_admin', XOOPS_SYSTEM_COMMENT, icms::$user->getGroups())) {

Call to method handler from undeclared class \icms
Open

    $module_handler = icms::handler('icms_module');

Reference to static property user from undeclared class \icms
Open

    if (!in_array(XOOPS_GROUP_ADMIN, icms::$user->getGroups())) {

Reference to undeclared constant \_NOPERM
Open

    redirect_header(ICMS_URL . '/', 3, _NOPERM);

Reference to undeclared constant \_NOPERM
Open

            redirect_header(ICMS_URL . '/', 3, _NOPERM);;

Each PHP statement must be on a line by itself
Open

            redirect_header(ICMS_URL . '/', 3, _NOPERM);;

Expected 1 blank line at end of file; 2 found
Open

}

There are no issues that match your filters.

Category
Status