qcminecraft/Carbon-Forum-F

View on GitHub
controller/oauth.php

Summary

Maintainability
A
1 hr
Test Coverage

Method CheckOpenID has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function CheckOpenID()
{
    global $DB, $AppID, $OauthObject, $TimeStamp, $Config, $CurUserID, $Lang;
    $OauthUserID = $DB->single("SELECT UserID FROM " . PREFIX . "app_users 
        WHERE AppID=:AppID AND OpenID = :OpenID", array(
Severity: Minor
Found in controller/oauth.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status