e107inc/e107

View on GitHub
e107_admin/ugflag.php

Summary

Maintainability
A
0 mins
Test Coverage
F
59%

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

        save_prefs();
Severity: Minor
Found in e107_admin/ugflag.php by phan

Variable $ns is undeclared
Open

$ns->tablerender(UGFLAN_4, $mes->render().$text, 'core-ugflag');
Severity: Minor
Found in e107_admin/ugflag.php by phan

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

if(!getperms('9'))
Severity: Minor
Found in e107_admin/ugflag.php by phan

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

    if(getperms('0') && $pref['main_admin_only'] != $temp)
Severity: Minor
Found in e107_admin/ugflag.php by phan

Variable $tp is undeclared
Open

    $temp = $tp->toDB($_POST['maintainance_text']);
Severity: Minor
Found in e107_admin/ugflag.php by phan

Argument 4 (options) is true but \e_form::radio() takes null defined at /code/e107_handlers/form_handler.php:2928
Open

                        <td>".$frm->radio('maintainance_flag', $elements, $pref['maintainance_flag'], TRUE)."</td>
Severity: Minor
Found in e107_admin/ugflag.php by phan

Variable $ns is undeclared
Open

    $ns->tablerender(UGFLAN_4, $mes->render().$text, 'core-ugflag');
Severity: Minor
Found in e107_admin/ugflag.php by phan

There are no issues that match your filters.

Category
Status