fossasia/engelsystem

View on GitHub
includes/controller/admin_log_controller.php

Summary

Maintainability
A
1 hr
Test Coverage

Method admin_log has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function admin_log() {
  global $user;
  $timezone_identifiers = DateTimeZone::listIdentifiers();
  $timezone = $user['timezone'];
  date_default_timezone_set ("$timezone_identifiers[$timezone]");
Severity: Minor
Found in includes/controller/admin_log_controller.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status