e107inc/e107

View on GitHub
e107_plugins/linkwords/e_admin.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Call to undeclared method \e_admin_controller::getEventName
Open

        $event = $controller->getEventName(); // eg 'news' 'page' etc.
Severity: Critical
Found in e107_plugins/linkwords/e_admin.php by phan

Call to undeclared method \e_admin_controller::getFieldVar
Open

            $curval = $controller->getFieldVar('page_text');
Severity: Critical
Found in e107_plugins/linkwords/e_admin.php by phan

Call to undeclared method \e_admin_controller::getFieldVar
Open

            $curval = $controller->getFieldVar('news_body')."\n".$controller->getFieldVar('news_extended');
Severity: Critical
Found in e107_plugins/linkwords/e_admin.php by phan

Method \linkwords_admin::load is declared to return array but has no return value
Open

    public function load($event, $ids)
Severity: Minor
Found in e107_plugins/linkwords/e_admin.php by phan

There are no issues that match your filters.

Category
Status