e107inc/e107

View on GitHub
e107_plugins/list_new/admin_list_config.php

Summary

Maintainability
A
0 mins
Test Coverage
F
54%

Reference to undeclared property \listclass->admin
Open

$text = $rc->admin->display();

Reference to undeclared property \listclass->template (Did you mean $template)
Open

    $t = $tp->parseTemplate($rc->template['ADMIN_MESSAGE'], false, $scArray);

Reference to undeclared property \listclass->admin
Open

    $message = $rc->admin->db_update_menu();

Returning type null but admin_list_config_adminmenu() is declared to return string
Open

    return null;

Call to deprecated function \getperms() defined at /code/class2.php:1322
Open

if(!getperms("1") || !e107::isInstalled('list_new'))

Call to deprecated class \form defined at /code/e107_handlers/form_handler.php:8340
Open

$rs = new form;

There are no issues that match your filters.

Category
Status