smartinmedia/cunity

View on GitHub
lib/modules/Gallery/Models/Db/Table/GalleryAlbums.php

Summary

Maintainability
A
1 hr
Test Coverage

Method loadAlbums has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function loadAlbums($userid)
    {
        $settings = Cunity::get('settings');

        if ($userid == 0) {
Severity: Minor
Found in lib/modules/Gallery/Models/Db/Table/GalleryAlbums.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status