imagecms/ImageCMS

View on GitHub
application/modules/admin/admin_logs.php

Summary

Maintainability
A
1 hr
Test Coverage

Method index has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function index($offset = 0) {
        $this->db->order_by('date', 'DESC');
        $messages = $this->db->get('logs', (int) $this->per_page, (int) $offset);

        if ($messages->num_rows() > 0) {
Severity: Minor
Found in application/modules/admin/admin_logs.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status