e107inc/e107

View on GitHub
print.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Cannot assign void return value
Open

        $print_text = print_item($parms);
Severity: Info
Found in print.php by phan

Argument 2 (content) is 'noindex' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('robots', 'noindex');
Severity: Minor
Found in print.php by phan

Reference to undeclared constant \TEXTDIRECTION
Open

if(defined("TEXTDIRECTION") && TEXTDIRECTION === "rtl")
Severity: Minor
Found in print.php by phan

Argument 1 (name) is 'robots' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('robots', 'noindex');
Severity: Minor
Found in print.php by phan

There are no issues that match your filters.

Category
Status