ImpressCMS/impresscms

View on GitHub
htdocs/include/comment_edit.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method handler from undeclared class \icms
Open

$ph = icms::handler('icms_member_groupperm');
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Call to method handler from undeclared class \icms
Open

$comment_handler = icms::handler('icms_data_comment');
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property user from undeclared class \icms
Open

        $com_mode = icms::$user->getVar('umode');
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property user from undeclared class \icms
Open

    if (is_object(icms::$user)) {
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property module from undeclared class \icms
Open

        && XOOPS_COMMENT_APPROVENONE == icms::$module->config['com_rule'])
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property user from undeclared class \icms
Open

        $com_order = icms::$user->getVar('uorder');
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property module from undeclared class \icms
Open

if (('system' != icms::$module->getVar('dirname')
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property user from undeclared class \icms
Open

    || (!is_object(icms::$user) && !$ph->checkRight('system_admin', XOOPS_SYSTEM_COMMENT, array(ICMS_GROUP_ANONYMOUS)))
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property user from undeclared class \icms
Open

    if (is_object(icms::$user)) {
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property module from undeclared class \icms
Open

if (icms::$module->getVar('dirname') != 'system') {
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to static property module from undeclared class \icms
Open

        || !is_object(icms::$module)
Severity: Critical
Found in htdocs/include/comment_edit.php by phan

Reference to undeclared constant \_NOPERM
Open

    redirect_header(ICMS_URL . '/user.php', 1, _NOPERM);
Severity: Minor
Found in htdocs/include/comment_edit.php by phan

There are no issues that match your filters.

Category
Status