Skip to content

Commit

Permalink
Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Aug 29, 2021
1 parent de3f4c6 commit b1cf0d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

$modStats = [];
$moduleStats = $utility::getModuleStats($configurator, $modStats);
$moduleStats = $utility::getModuleStats($configurator);

$adminObject->addInfoBox(constant('CO_' . $moduleDirNameUpper . '_' . 'STATS_SUMMARY'));
if ($moduleStats && is_array($moduleStats)) {
Expand Down
6 changes: 4 additions & 2 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h5>1.08 Alpha 5 [NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
<h5>1.08 Alpha 5 [2021-08-28]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
<hr>
- updated articles testdata with voting (mamba)
- set $icons in ItemForm (mamba)
Expand All @@ -12,7 +12,9 @@
- add renameColumns, moduleStats to Configurator (mamba)
- logoXoopsPhp8 (mamba)
- Yoda, cosmetics, Unqualified function/constant reference, type hints (mamba)
- delete blocksadmin.php (mamba)
- PHP8 Smarty defaults
- revert for blocks in 2.5.10 (ihackcode/mamba)
- various fixes from Scrutinizer (mamba)


<h5>1.08 Alpha 4 [2021-01-12]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
Expand Down

0 comments on commit b1cf0d3

Please sign in to comment.